https://github.com/donejs/donejs-mocha
Use Mocha as the testing framework for DoneJS
https://github.com/donejs/donejs-mocha
Last synced: 3 months ago
JSON representation
Use Mocha as the testing framework for DoneJS
- Host: GitHub
- URL: https://github.com/donejs/donejs-mocha
- Owner: donejs
- License: mit
- Created: 2016-03-30T19:18:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:09:11.000Z (about 5 years ago)
- Last Synced: 2024-12-31T22:28:54.722Z (5 months ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# donejs-mocha
[](https://greenkeeper.io/)
[](https://travis-ci.org/donejs/donejs-mocha)
[](http://badge.fury.io/js/donejs-mocha)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.