From fc340be83d4c66b7a21fd84a4bf314c7a9f93e66 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 23 Aug 2015 19:15:56 +0100 Subject: [PATCH] Add image unit test to testing task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e2ea70..dadf3c8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "init": "babel-node -e \"require('./lib/storage')();\"", "jspm": "jspm install", "start": "npm run build && babel-node app.js", - "test": "mongo hostr test/fixtures/mongo-user.js test/fixtures/mongo-file.js && mocha -r babel/register test/api test/web", + "test": "mongo hostr test/fixtures/mongo-*.js && mocha -r babel/register test/**/*.spec.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 -x \"babel-node\" app.js",