Skip to content

Commit

Permalink
Add IE testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jan 25, 2016
1 parent 591e9da commit 0eca8c2
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 @@ -42,6 +42,7 @@
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "0.1.7",
"karma-ie-launcher": "0.2.0",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.5",
"karma-safari-launcher": "0.1.1",
Expand Down Expand Up @@ -77,6 +78,7 @@
"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",
"test:ie": "npm run test -- --browsers IE",
"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 0eca8c2

Please sign in to comment.