@zodern/mtest
v0.5.1
Published
Test Meteor packages with Tiny Test in the terminal
Downloads
719
Readme
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.