Skip to content

Commit

Permalink
Merge pull request #21 from brettcannon/brettcannon-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl authored May 3, 2024
2 parents 010a34e + dce892e commit 4408d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ReScript Test comes with a little `retest` CLI to help your run your tests.
$ retest 'tests/*.mjs'
```

Note here that we're using the `mjs` extension. This gives the runner infer the information about which extension you've specified in your compiler. It can be either of the following:
Note here that we're using the `mjs` extension. This lets the runner infer which extension you've specified in your compiler. The extension can be any of the following:

- `.bs.js`
- `.js`
Expand Down

0 comments on commit 4408d5e

Please sign in to comment.