Skip to content

Commit

Permalink
test: default to Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 15, 2022
1 parent 8db8b4b commit 8e931a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ module.exports = function (config) {
'test/*.js'
],

browsers: process.env.TRAVIS ? ['Firefox'] : ['Chrome'],
browsers: ['Firefox'],

autoWatch: true,

plugins: [
'karma-firefox-launcher',
'karma-chrome-launcher',
require.resolve('./')
]
})
Expand Down
11 changes: 1 addition & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"husky": "^4.2.5",
"jasmine": "^3.6.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"load-grunt-tasks": "^5.1.0"
},
Expand Down

0 comments on commit 8e931a4

Please sign in to comment.