Skip to content

Commit

Permalink
devDependancy: "karma-firefox-launcher": "^1.1.0" (#6611)
Browse files Browse the repository at this point in the history
Fix tests failing on Windows with:
ERROR [plugin]: Error during loading "karma-firefox-launcher" plugin:
  Cannot read property 'substr' of undefined

See: karma-runner/karma-firefox-launcher#67
  • Loading branch information
johnd0e authored and mourner committed Apr 22, 2019
1 parent a3d4cfb commit 77362aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "~1.1.1",
"karma-expect": "^1.1.3",
"karma-firefox-launcher": "~1.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-rollup-preprocessor": "^5.0.1",
Expand Down

0 comments on commit 77362aa

Please sign in to comment.