Skip to content

Commit 322f47a

Browse files
committed
Update README with test command usage
1 parent f63e83a commit 322f47a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ are using it within `package.json` simply write `typescript-scripts [script name
5454

5555
TODO - allow passing an argument to configure which files/folders should be formatted
5656

57-
- compile (TODO)
57+
- `typescript-scripts test [files/directories/globs]`
58+
59+
Runs tests with mocha using `ts-node` to execute Typescript files. Pass `--watch` to watch
60+
for changes and rerun the tests automatically.
5861

59-
- test (TODO)
62+
Accepts all the usual [mocha CLI flags and options](https://mochajs.org/#command-line-usage).
63+
64+
- compile (TODO)

0 commit comments

Comments
 (0)