|
|
@ -5,7 +5,7 @@
|
|
|
|
2. Name the file to match the format `*.test.{js,cjs,mjs}`
|
|
|
|
2. Name the file to match the format `*.test.{js,cjs,mjs}`
|
|
|
|
Then running `js-test` will run all the test files it can find in your project.
|
|
|
|
Then running `js-test` will run all the test files it can find in your project.
|
|
|
|
|
|
|
|
|
|
|
|
Future plans:
|
|
|
|
## Future Plans
|
|
|
|
|
|
|
|
|
|
|
|
* Programmatic test running API, potentially separating that package from the CLI
|
|
|
|
* Programmatic test running API, potentially separating that package from the CLI
|
|
|
|
* Support for custom test file patterns
|
|
|
|
* Support for custom test file patterns
|
|
|
|