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 f5a9f81 commit fd50557Copy full SHA for fd50557
jest.config.js
@@ -8,6 +8,6 @@ module.exports = {
8
],
9
moduleNameMapper: {
10
"^root": "<rootDir>",
11
- "^lib": "<rootDir>/src/lib",
+ "^src": "<rootDir>/src",
12
},
13
}
0 commit comments