Skip to content

Commit

Permalink
Use chrome headless
Browse files Browse the repository at this point in the history
  • Loading branch information
austinksmith committed Aug 25, 2024
1 parent 6fe218d commit 0a068ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const webpack = require('webpack');

module.exports = (config) => {
config.set({
browsers: ['Chrome'], // Consider using ChromeHeadless instead of PhantomJS
browsers: ['ChromeHeadless'],
files: [
{
pattern: 'tests.webpack.js',
Expand Down

0 comments on commit 0a068ad

Please sign in to comment.