Skip to content

Commit

Permalink
remove karma commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampton Paulk committed Mar 29, 2018
1 parent 2b286a9 commit 7766836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"unit:part1": "npm run unit -- --part part1",
"unit:part2": "npm run unit -- --part part2",
"mocha": "NODE_ENV=test mocha 'test/unit/mocha/**/*.spec.js'",
Expand All @@ -16,7 +15,7 @@
"mocha:part3": "NODE_ENV=test mocha 'test/unit/mocha/part3/*.spec.js'",
"mocha:part4": "NODE_ENV=test mocha 'test/unit/mocha/part4/*.spec.js'",
"mocha:part5": "NODE_ENV=test mocha 'test/unit/mocha/part5/*.spec.js'",
"test": "npm run mocha && npm run unit",
"test": "npm run mocha",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
"build": "node build/build.js"
},
Expand Down

0 comments on commit 7766836

Please sign in to comment.