Skip to content

Commit

Permalink
fix incorrect test port
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Feb 9, 2024
1 parent 697cf05 commit 3224574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { PlaywrightTestConfig } from '@playwright/test'
const config: PlaywrightTestConfig = {
webServer: {
command: 'npm run dev',
port: 4173,
port: 3000,
},
testDir: 'test',
testMatch: /(.+\.)?(test|spec)\.[jt]s/,
Expand Down

0 comments on commit 3224574

Please sign in to comment.