We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6616510 commit 11d5028Copy full SHA for 11d5028
tests/nuxt.ts
@@ -8,6 +8,5 @@ export async function test(options: RunOptions) {
8
build: ['dev:prepare', 'typecheck', 'build'],
9
beforeTest: ['pnpm playwright-core install chromium'],
10
test: ['test:unit', 'test:types', 'test:fixtures'],
11
- branch: 'chore/vue-3.5',
12
})
13
}
0 commit comments