/testdeck-mocha-seed

testdeck seed for the mocha test framework

Primary LanguageTypeScriptMIT LicenseMIT

testdeck-mocha-seed

Build Status

A seed for you to start testing using @testdeck/mocha.

To run all tests with test coverage run

npm test

You can also start a watcher and continue development. The tests will be rerun as you make changes to your sources.

npm run watch