Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Sep 18, 2024
1 parent 99a144a commit 92f181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-app-router-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:playwright:main": "TEST_MATCH=main.spec.ts playwright test",
"test:playwright:locale-prefix-never": "NEXT_PUBLIC_LOCALE_PREFIX=never pnpm build && TEST_MATCH=locale-prefix-never.spec.ts playwright test",
"test:playwright:trailing-slash": "TRAILING_SLASH=true pnpm build && TEST_MATCH=trailing-slash.spec.ts playwright test",
"test:playwright:base-path": "BASE_PATH=true pnpm build && TEST_MATCH=base-path.spec.ts playwright test",
"test:playwright:base-path": "BASE_PATH=true pnpm build && BASE_PATH=true TEST_MATCH=base-path.spec.ts playwright test",
"test:jest": "jest",
"build": "next build",
"start": "next start",
Expand Down

0 comments on commit 92f181d

Please sign in to comment.