Skip to content

Commit 77b0fa0

Browse files
authored
Merge pull request #53 from github/add-more-test-browsers
Also run tests in firefox
2 parents 6b70073 + fbda067 commit 77b0fa0

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

package-lock.json

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"karma": "^4.3.0",
3434
"karma-chai": "^0.1.0",
3535
"karma-chrome-launcher": "^3.1.0",
36+
"karma-firefox-launcher": "^1.2.0",
3637
"karma-mocha": "^1.3.0",
3738
"karma-mocha-reporter": "^2.2.5",
3839
"mocha": "^6.2.1"

test/karma.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function(config) {
77
client: {mocha: {ui: 'tdd'}},
88
colors: true,
99
logLevel: config.LOG_INFO,
10-
browsers: ['ChromeHeadless'],
10+
browsers: ['ChromeHeadless', 'FirefoxHeadless'],
1111
autoWatch: false,
1212
singleRun: true,
1313
concurrency: Infinity

0 commit comments

Comments
 (0)