Skip to content

Commit 15f7423

Browse files
committed
delete test modification
1 parent d83f999 commit 15f7423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nuxt-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "node .output/server/index.mjs",
1111
"start:import": "node --import ./.output/server/sentry.server.config.mjs .output/server/index.mjs",
1212
"clean": "npx nuxi cleanup",
13-
"test": "playwright test -g 'Rendering Modes'",
13+
"test": "playwright test",
1414
"test:build": "pnpm install && pnpm build",
1515
"test:build-canary": "pnpm add nuxt@npm:nuxt-nightly@latest && pnpm add nitropack@npm:nitropack-nightly@latest && pnpm install --force && pnpm build",
1616
"test:assert": "pnpm test"

0 commit comments

Comments
 (0)