Update tests for gitlab
This commit is contained in:
parent
b3479983aa
commit
13400ea4d3
5 changed files with 33 additions and 24 deletions
|
@ -16,7 +16,8 @@
|
|||
"init": "node -r babel/register -e \"require('./lib/storage')();\"",
|
||||
"jspm": "jspm install",
|
||||
"start": "npm run build && node -r babel/register app.js",
|
||||
"test": "mongo hostr test/fixtures/mongo-*.js && mocha -r babel/register test/**/*.spec.js",
|
||||
"test": "npm run test-seed && mocha -r babel/register test/**/*.spec.js",
|
||||
"test-seed": "node test/fixtures/mongo-user.js && node test/fixtures/mongo-file.js",
|
||||
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-sass\" \"npm run watch-server\"",
|
||||
"watch-js": "babel -Dw -m system -d web/public/build web/public/src",
|
||||
"watch-server": "nodemon -r babel/register app.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue