Skip to content

Commit dd7e0e0

Browse files
committed
chore: add firefox and webkit tests back
1 parent 14c71ca commit dd7e0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-test-runner.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export default {
1313
nodeResolve: true,
1414
concurrency: 10,
1515
browsers: [
16-
// playwrightLauncher({ product: 'firefox', concurrency: 1 }),
16+
playwrightLauncher({ product: 'firefox', concurrency: 1 }),
1717
playwrightLauncher({ product: 'chromium' }),
18-
// playwrightLauncher({ product: 'webkit' }),
18+
playwrightLauncher({ product: 'webkit' }),
1919
],
2020
groups: packages.map(pkg => {
2121
return {

0 commit comments

Comments
 (0)