Skip to content

Commit

Permalink
Tests: Use Chromium instead of PhantomJS with Karma testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 12, 2024
1 parent d084f85 commit 42fff0d
Show file tree
Hide file tree
Showing 3 changed files with 1,349 additions and 1,029 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (config) {
plugins: [
karmaWebpack,
'karma-jasmine',
'karma-phantomjs-launcher',
'karma-chrome-launcher',
'karma-coverage',
'karma-mocha-reporter',
'codecov'
Expand Down Expand Up @@ -61,7 +61,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['PhantomJS'],
browsers: ['ChromeHeadless'],
singleRun: true,
concurrency: Infinity
})
Expand Down
Loading

0 comments on commit 42fff0d

Please sign in to comment.