Skip to content

Commit

Permalink
fix: Correct build (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Pareesh Gupta <paregupt@pareeshs-mbp.corp.adobe.com>
  • Loading branch information
Pareesh and Pareesh Gupta committed Dec 1, 2022
1 parent 952936f commit 0e7e535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coral-gulp/configs/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function (config) {

// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['ChromeHeadless', 'FirefoxHeadless'],
browsers: ['ChromeHeadless'/*, 'FirefoxHeadless'*/],

// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
Expand Down

0 comments on commit 0e7e535

Please sign in to comment.