Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 418 Bytes

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