Skip to content

Commit 0c9d28b

Browse files
ivicackresimir-coko
authored andcommitted
2891 client - Exclude Playwright tests from Vitest configuration
1 parent 5da1898 commit 0c9d28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineConfig({
1313
reporter: ['html', 'lcov', 'text'],
1414
},
1515
environment: 'jsdom',
16+
exclude: ['node_modules', 'test/playwright/**'],
1617
globals: true,
1718
setupFiles: '.vitest/setup.ts',
1819
},

0 commit comments

Comments
 (0)