* Make npm test runnable in Windows.
* Fix paths in README.md
* Ignore all build output files
This commit is contained in:
Edward Hennis
2014-09-04 19:48:29 -04:00
parent 2caef539ce
commit 64735e523f
4 changed files with 4 additions and 4554 deletions

View File

@@ -78,7 +78,7 @@ remote.connect(function() {
2. `cd` into the repository and install dependencies with `npm install`
3. `npm test` or `node_modules\.bin\mocha test\*-test.js`
3. `npm test` or `node_modules/.bin/mocha test/*-test.js`
**Generating code coverage**