Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Cleanup commented code in web-test-runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Sep 29, 2024
1 parent 2553a7e commit c47bdb6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bound/typescript/web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ import { playwrightLauncher } from '@web/test-runner-playwright'
export default {
files : ['./tests/compiled/browser/**/*.test.js'],
playwright : true,
// nodeResolve : true,
browsers : [
playwrightLauncher({
product: 'chromium',
// launchOptions: {
// headless: false,
// devtools: true,
// persistent: true
// }
}),
playwrightLauncher({
product: 'firefox',
Expand Down

0 comments on commit c47bdb6

Please sign in to comment.