Merge pull request #831 from strongloop/fix/npm-test

Change "npm test" to call mocha directly
This commit is contained in:
Miroslav Bajtoš 2016-01-26 17:11:54 +01:00
commit 0648dc581f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"clean": "make clean",
"help": "make help",
"refresh": "make refresh",
"test": "make test"
"test": "NO_DEPRECATION=loopback-datasource-juggler mocha"
},
"engines": [
"node >= 0.6"