https://github.com/zpratt/karma-mocha-chai
Skeleton setup for a bare project using karma with mocha and chai.
https://github.com/zpratt/karma-mocha-chai
Last synced: about 1 year ago
JSON representation
Skeleton setup for a bare project using karma with mocha and chai.
- Host: GitHub
- URL: https://github.com/zpratt/karma-mocha-chai
- Owner: zpratt
- Created: 2013-12-13T04:39:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-18T22:44:04.000Z (about 11 years ago)
- Last Synced: 2025-04-01T03:51:11.338Z (about 1 year ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
karma-mocha-chai
================
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](https://github.com/karma-runner/karma-phantomjs-launcher/issues/31#issuecomment-47202373) environment variable.
## Getting started
1. Install global npm dependencies
* `npm i -g grunt-cli`
2. clone the repository
3. `npm i`
3. `npm test`
After running `npm test` you should see a failing test.
## Changelog
* **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