Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 832 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 832 Bytes

donejs-mocha

Greenkeeper badge

Build Status npm version

Use Mocha as the testing framework for DoneJS

From within a DoneJS application directory:

donejs add mocha

This will modify the templates used by the donejs component, module, and supermodel generators so that their tests will use Mocha. It will also overwrite src/test.html and src/test/functional.js to use Mocha. It will not overwrite test files of existing components, modules, or supermodels. It is recommended that you add mocha when you first create a donejs project.