Skip to content

Commit cbc9db1

Browse files
committed
test(ci): split unit and integration vitest lanes
1 parent 8243717 commit cbc9db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
environment: 'node',
66
globals: true,
77
include: ['test/**/*.test.ts'],
8+
exclude: ['test/**/*.it.test.ts'],
89
setupFiles: ['test/setup.ts'],
910
},
1011
})

0 commit comments

Comments
 (0)