UNPKG

zoroaster

Version:

A Modern Testing Framework For Node.js With Support For Test Contexts Which Can Be Reused Across Test Suites And Packages. Zoroaster Improves Developer Productivity And Experience With IDE Hints, And Test Reliability.

18 lines (17 loc) 712 B
let usually = require('usually'); if (usually && usually.__esModule) usually = usually.default; module.exports=() => { const usage = usually({ usage: { pathToSpec: 'The path to a test suite file.', '-w, --watch': 'Monitor files for changes and re-run tests.', '-a, --alamode': 'Require alamode (to enable import/export).', '-b, --babel': 'Require babel/register.', '-v, --version': 'Print version number and exit.', '-h, --help': 'Display this usage information.', }, description: 'A testing framework with support for test contexts.', line: 'zoroaster pathToSpec [pathToSpecN] [-w] [-ab] [-vh]', example: 'zoroaster test/spec -a', }) return usage }