Skip to content

Commit 8af4ad8

Browse files
committed
Fix test runner
1 parent 00aa27d commit 8af4ad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"jest": {
3333
"testPathIgnorePatterns": [
34-
".node_modules/"
34+
".node_modules/",
35+
".dist/"
3536
],
3637
"setupFiles": [
3738
"./jest-setup.js"

0 commit comments

Comments
 (0)