@zodern/mtest

Test Meteor packages with Tiny Test in the terminal

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@zodern/mtest
0.5.1a year ago4 years agoMinified + gzip package size for @zodern/mtest in KB

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.