Style: Moving all tests to a subfolder
This commit is contained in:
parent
f02af67caa
commit
df20d7e242
22 changed files with 97 additions and 170 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && \
|
||||
node_modules/.bin/istanbul cover grunt -- mochaTest && \
|
||||
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && \
|
||||
./node_modules/karma/bin/karma start --browsers Firefox --single-run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue