Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 386 Bytes

File metadata and controls

17 lines (12 loc) · 386 Bytes

mtest

Small cli tool to test Meteor packages with Tiny Test in the terminal.

Install with

npm i -g @zodern/mtest

Test a package with

mtest --package <package name>

The package's client tests are run in headless Chrome. The test results are shown in the terminal.

By default, the tests re-run when a file changes. To disable this, use the --once option.