Skip to content

Commit 3f837d3

Browse files
committed
Fix tests failing due to collisions in release
1 parent 4f16087 commit 3f837d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@
139139
"global": {
140140
"lines": 40
141141
}
142-
}
142+
},
143+
"modulePathIgnorePatterns": [
144+
"<rootDir>/release"
145+
]
143146
}
144147
}

0 commit comments

Comments
 (0)