Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Apr 3, 2024
1 parent 49f87e7 commit 2b7a38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma-dashboard.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = function (config) {

puppeteerLauncher: {
puppeteer: {
headless: Boolean( config.headless ),
headless: Boolean(config.headless),
slowMo: config.slowMo || 0,
devtools: config.devtools || false,
snapshots: config.snapshots || false,
Expand Down
2 changes: 1 addition & 1 deletion karma-story-editor.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ module.exports = function (config) {

puppeteerLauncher: {
puppeteer: {
headless: Boolean( config.headless ),
headless: Boolean(config.headless),
slowMo: config.slowMo || 0,
devtools: config.devtools || false,
snapshots: config.snapshots || false,
Expand Down

0 comments on commit 2b7a38f

Please sign in to comment.