Skip to content

Commit 0e474bd

Browse files
author
Forest Hoffman
committed
Fix @coder/logger mapping
1 parent 6af9965 commit 0e474bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"setupFiles": [
3232
"<rootDir>/../scripts/test-setup.js"
3333
],
34+
"moduleNameMapper": {
35+
"@coder/logger": "<rootDir>/node_modules/@coder/logger/out/main.js"
36+
},
3437
"transform": {
3538
"^.+\\.tsx?$": "ts-jest"
3639
},

0 commit comments

Comments
 (0)