Skip to content

Commit 3c883b2

Browse files
feat: external jest config
1 parent 9d85cb6 commit 3c883b2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.jestrc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"testEnvironment": "node",
3+
"testPathIgnorePatterns": [
4+
"/node_modules/",
5+
"/examples?/"
6+
],
7+
"bail": true
8+
}

package.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,5 @@
6868
},
6969
"workspaces": [
7070
"packages/*"
71-
],
72-
"jest": {
73-
"testEnvironment": "node",
74-
"testPathIgnorePatterns": [
75-
"/node_modules/",
76-
"/examples?/"
77-
],
78-
"bail": true
79-
}
80-
}
71+
]
72+
}

0 commit comments

Comments
 (0)