Skip to content

Commit

Permalink
Merge pull request #313 from diegonvs/coverage
Browse files Browse the repository at this point in the history
Fixing test:coverage script
  • Loading branch information
jbalsas authored Nov 24, 2017
2 parents d8fe8a5 + ea3f090 commit bbfee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"precommit": "lint-staged",
"prettier": "prettier-eslint 'packages/metal*/{src,test}/**/*.js'",
"test": "gulp soy && karma start && npm run test:isomorphic",
"test:coverage": "gulp soy karma start karma-coverage.conf.js",
"test:coverage": "gulp soy && karma start karma-coverage.conf.js",
"test:isomorphic": "gulp soy:isomorphic && mocha packages/metal-isomorphic/test/isomorphic.js --compilers js:babel-core/register",
"test:saucelabs": "gulp soy && karma start karma-saucelabs.conf.js"
},
Expand Down

0 comments on commit bbfee49

Please sign in to comment.