Skip to content

Commit 87e2b13

Browse files
committed
fix: use test script from nitro repo
- Follow up to vitejs@076c1b9#r3733642821 - Replaces hard-coded test script with specific test directory - Requires nitrojs/nitro#4510 to be merged
1 parent 076c1b9 commit 87e2b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/nitro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export async function test(options: RunOptions) {
77
repo: 'nitrojs/nitro',
88
branch: 'main',
99
build: 'build',
10-
test: 'pnpm vitest run test/vite',
10+
test: 'test:vite',
1111
})
1212
}

0 commit comments

Comments
 (0)