Skip to content

Commit 71aff6e

Browse files
committed
feat: web worker
1 parent 860045c commit 71aff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jestPerTestSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ beforeAll(async () => {
3737
dereference: true,
3838
filter(file) {
3939
file = slash(file)
40-
return !file.includes('/__tests__/') && !file.includes('/dist/')
40+
return !file.includes('__tests__') && !file.match(/dist(\/|$)/)
4141
}
4242
})
4343

0 commit comments

Comments
 (0)