Skip to content

Commit 5d76096

Browse files
committed
Added lib alias to Jest config
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent f1dc4e5 commit 5d76096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ module.exports = {
99
moduleNameMapper: {
1010
"^root": "<rootDir>",
1111
"^src": "<rootDir>/src",
12+
"^lib": "<rootDir>/src/lib",
1213
},
1314
}

0 commit comments

Comments
 (0)