Skip to content

Commit 363e300

Browse files
committed
fix: Removed
1 parent 7ac0101 commit 363e300

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/playwright.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,10 @@ export default defineConfig({
1717
timezoneId: 'America/Los_Angeles',
1818
},
1919
projects: [
20-
{
21-
name: 'chromium',
22-
use: { ...devices['Desktop Chrome'] },
23-
},
2420
{
2521
name: 'firefox',
2622
use: { ...devices['Desktop Firefox'] },
2723
},
28-
{
29-
name: 'webkit',
30-
use: { ...devices['Desktop Safari'] },
31-
},
3224
],
3325
webServer: {
3426
command: `cd ../exampleSite && hugo mod get && hugo --gc -e production && hugo serve --port ${PORT}`,

0 commit comments

Comments
 (0)