Skip to content

Commit 689b7da

Browse files
committed
Thoroughly ignore tests where they should be ignored
1 parent 7af4967 commit 689b7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vitest.workspace.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export default defineWorkspace([
3131
],
3232
exclude: [
3333
'./test/unit/spec.js',
34-
'./test/unit/assets/*',
35-
'./test/unit/visual/*'
34+
'./test/unit/assets/**/*',
35+
'./test/unit/visual/**/*'
3636
],
3737
testTimeout: 1000,
3838
globals: true,

0 commit comments

Comments
 (0)