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).
17 lines
223 B
Plaintext
17 lines
223 B
Plaintext
.DS_Store
|
|
.idea
|
|
.tscache
|
|
.baseDir.js
|
|
.baseDir.ts
|
|
|
|
/src/lib/typescript/tsc.js
|
|
|
|
/tmp/
|
|
/etc/
|
|
/examples/*/doc
|
|
/examples/definitely-typed/src/
|
|
/examples/plottable/src/
|
|
/examples/doppio/src/
|
|
/node_modules/
|
|
/typescript/
|
|
/coverage/ |