wip
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig({
|
||||
watch: false,
|
||||
environment: 'jsdom',
|
||||
setupFiles: ['tests/setup/vitest.setup.ts'],
|
||||
include: ['tests/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
|
||||
include: ['tests/**/*.{test,spec}.?(c|m)[jt]s?(x)', 'packages/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
|
||||
exclude: [
|
||||
// Do not run library-internal tests from dependencies
|
||||
'node_modules/**',
|
||||
|
||||
Reference in New Issue
Block a user