Skip to content

Commit

Permalink
undo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Oct 29, 2023
1 parent a971332 commit 4994f9b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/web-test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export default defineConfig({
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},
// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'] },
// },
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
],

webServer: {
Expand Down

0 comments on commit 4994f9b

Please sign in to comment.