We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723f6a7 commit 32c05b9Copy full SHA for 32c05b9
1 file changed
package.json
@@ -23,6 +23,10 @@
23
"testMatch": [
24
"**/*_Test.res.(js|ts|jsx|tsx|mjs)"
25
],
26
+ "testPathIgnorePatterns": [
27
+ "/node_modules/",
28
+ "/lib/"
29
+ ],
30
"transform": {
31
"^.+\\.m?jsx?$": [
32
"babel-jest",
0 commit comments