Skip to content

Commit 7839287

Browse files
committed
Add jest-runner back
1 parent 799ba86 commit 7839287

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

site/jest.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ module.exports = {
3939
"<rootDir>/**/*.ts",
4040
"<rootDir>/**/*.tsx",
4141
],
42-
testPathIgnorePatterns: ["/out/", "/_jest/", "jest.config.js"],
42+
testPathIgnorePatterns: [
43+
"/out/",
44+
"/_jest/",
45+
"jest.config.js",
46+
"jest-runner.*.js",
47+
],
4348
},
4449
],
4550
collectCoverageFrom: [

0 commit comments

Comments
 (0)