mirror of
https://github.com/iconify/iconify.git
synced 2024-12-05 02:33:16 +00:00
Fix include in vitest config in core
This commit is contained in:
parent
5feccddcb3
commit
71e3aa8597
@ -8,6 +8,6 @@ module.exports = defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
watch: false,
|
||||
include: ['**/tests/*-test.ts'],
|
||||
include: ['**/tests/**/*-test.ts'],
|
||||
},
|
||||
});
|
||||
|
@ -4,6 +4,6 @@ export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
watch: false,
|
||||
include: ['**/tests/*-test.ts'],
|
||||
include: ['**/tests/**/*-test.ts'],
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user