We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63e83a commit 322f47aCopy full SHA for 322f47a
README.md
@@ -54,6 +54,11 @@ are using it within `package.json` simply write `typescript-scripts [script name
54
55
TODO - allow passing an argument to configure which files/folders should be formatted
56
57
-- compile (TODO)
+- `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.
61
-- 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