pta
Version:
Test runner for nodejs using zora
27 lines (18 loc) • 576 B
Plain Text
Synopsis
Test runner for zora spec files
Usage
pta [<file> ...]
Options
--only Runs zora in "only mode"
--reporter, -R One of tap, log. Otherwise it will use the default reporter
--timeout change the default test timeout, in milliseconde. Default is 5000ms
Examples
pta
pta test/{unit,int}/**/*.js
If no argument is provided, the CLI will use the following patterns:
- **/test.js
- **/*.spec.js
- **/*.test.js
- **/test/**/*.js
- **/tests/**/*.js
- **/__tests__/**/*.js