5eaa50f22f
* Explicitly declare dependency to mocha. This helps avoid depending on a globaly installed mocha package As npm scripts (npm test) add node_modules/.bin/ to their PATH. * A single Grunt task to compile/create test artifacts/run tests/create coverage report (created in ./coverage dir).
4 lines
38 B
YAML
4 lines
38 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|