Skeleton setup for a bare project using karma with mocha and chai.
Note: I have only tested this setup on OSX. Windows users will probably need to configure the PHANTOMJS_BIN environment variable.
- Install global npm dependencies
npm i -g grunt-cli
- clone the repository
npm i
npm test
After running npm test
you should see a failing test.
- 04/18/15
- Updated to use eslint instead of jshint
- Updated instructions
- 07/14/14
- Updated to use 0.12.x version of karma
- Added a grunt configuration