Skip to content

Commit 131efda

Browse files
Copilotmoufmouf
andcommitted
Fix Node.js tests: exclude setup-browser.ts from test execution
Co-authored-by: moufmouf <1290952+moufmouf@users.noreply.github.com>
1 parent 8bc54c7 commit 131efda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export default defineConfig({
77
testTimeout: 20000,
88
hookTimeout: 20000,
99
include: ['test/**/*.ts', 'test/**/*.js'],
10-
exclude: ['node_modules/**', 'test/common.ts', 'test/common.js']
10+
exclude: ['node_modules/**', 'test/common.ts', 'test/common.js', 'test/setup-browser.ts']
1111
}
1212
})

0 commit comments

Comments
 (0)