Skip to content
forked from madler/zlib

Commit f067dbb

Browse files
committed
fix: exclude Deno tests from vitest
1 parent 7c14d5d commit f067dbb

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
globals: true,
66
environment: 'node',
77
include: ['tests/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
8+
exclude: ['tests/deno/**'],
89
coverage: {
910
provider: 'v8',
1011
reporter: ['text', 'json', 'json-summary', 'html'],

0 commit comments

Comments
 (0)