Skip to content

Commit

Permalink
Add Karma Safari tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jan 25, 2016
1 parent 4a38a0d commit 591e9da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"karma-firefox-launcher": "0.1.7",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.5",
"karma-safari-launcher": "0.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lint-staged": "^0.1.1",
Expand Down Expand Up @@ -75,6 +76,7 @@
"pretest": "npm run lint",
"test": "NODE_ENV=test karma start webpack/karma.conf.js --single-run",
"test:firefox": "npm run test -- --browsers Firefox",
"test:safari": "npm run test -- --browsers Safari",
"start": "NODE_ENV=development node webpack/server.dev.js",
"prebuild": "npm run test",
"build": "NODE_ENV=production webpack --config webpack/webpack.prod.babel.js --progress --colors -p",
Expand Down

0 comments on commit 591e9da

Please sign in to comment.