Skip to content

Commit fd50557

Browse files
committed
Improved Jest base config
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent f5a9f81 commit fd50557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ module.exports = {
88
],
99
moduleNameMapper: {
1010
"^root": "<rootDir>",
11-
"^lib": "<rootDir>/src/lib",
11+
"^src": "<rootDir>/src",
1212
},
1313
}

0 commit comments

Comments
 (0)