Remove old test scripts; add npm test

pull/10616/head
Will Faurot 2016-09-16 15:32:41 -07:00
parent 224b46e1c8
commit 38d703a466
1 changed files with 1 additions and 4 deletions

View File

@ -13,10 +13,7 @@
"build:dev": "node_modules/webpack/bin/webpack.js --config ./webpack/devConfig.js",
"start": "node_modules/webpack/bin/webpack.js -w --config ./webpack/devConfig.js",
"lint": "eslint src/",
"test:dev": "testem",
"test": "mocha --compilers js:babel-core/register --recursive spec/",
"test:watch": "npm run test:mocha -- --watch",
"test:browser": "webpack-dev-server --config webpack/testConfig.js",
"test": "karma start",
"clean": "rm -rf ui/build"
},
"author": "",