Skip to content

Commit

Permalink
fix(dev-tools) use new headless mode in browser tests (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang authored Oct 15, 2023
1 parent f50d4dc commit 32da378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dev-tools/src/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ switch (mode) {
}
},
url: resolveBrowserEntry('test'),
headless: mode === 'browser-headless'
headless: mode === 'browser-headless' ? 'new' : false
});
break;

Expand Down

0 comments on commit 32da378

Please sign in to comment.