We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5252c3 commit 23a6c01Copy full SHA for 23a6c01
jest.config.js
@@ -13,6 +13,10 @@ module.exports = {
13
"<rootDir>/node_modules/",
14
"<rootDir>/dist/",
15
],
16
+ modulePathIgnorePatterns: [
17
+ "<rootDir>/dist",
18
+ "<rootDir>/build",
19
+ ],
20
moduleNameMapper: {
21
"^root": "<rootDir>",
22
"^src": "<rootDir>/src",
package.json
@@ -41,4 +41,4 @@
41
},
42
"homepage": "https://github.com/Jaid/fetch-git-repo",
43
"keywords": []
44
-}
+}
0 commit comments