Skip to content

Commit 9aff12e

Browse files
fix the examples/api e2e script using the wrong playwright config file (#50)
1 parent 361f2b7 commit 9aff12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:worker": "pnpm cloudflare",
1111
"dev:worker": "wrangler dev --port 8770",
1212
"preview:worker": "pnpm build:worker && pnpm dev:worker",
13-
"e2e": "playwright test -c e2e/playwright.dev.config.ts",
13+
"e2e": "playwright test -c e2e/playwright.config.ts",
1414
"e2e:dev": "playwright test -c e2e/playwright.dev.config.ts",
1515
"cf-typegen": "wrangler types --env-interface CloudflareEnv"
1616
},

0 commit comments

Comments
 (0)