We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d85cb6 commit 3c883b2Copy full SHA for 3c883b2
.jestrc
@@ -0,0 +1,8 @@
1
+{
2
+ "testEnvironment": "node",
3
+ "testPathIgnorePatterns": [
4
+ "/node_modules/",
5
+ "/examples?/"
6
+ ],
7
+ "bail": true
8
+}
package.json
@@ -68,13 +68,5 @@
68
},
69
"workspaces": [
70
"packages/*"
71
- ],
72
- "jest": {
73
- "testEnvironment": "node",
74
- "testPathIgnorePatterns": [
75
- "/node_modules/",
76
- "/examples?/"
77
78
- "bail": true
79
- }
80
-}
+ ]
0 commit comments