File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ module.exports = {
8080 // Here we ensure that Jest resolves `@metamask/*` imports to the uncompiled source code for packages that live in this repo.
8181 // NOTE: This must be synchronized with the `paths` option in `tsconfig.packages.json`.
8282 moduleNameMapper : {
83+ '^@metamask/base-controller/next' : [
84+ '<rootDir>/../base-controller/src/next' ,
85+ ] ,
8386 '^@metamask/(.+)$' : [
8487 '<rootDir>/../$1/src' ,
8588 // Some @metamask /* packages we are referencing aren't in this monorepo,
Original file line number Diff line number Diff line change 1313 * `jest.config.packages.js`.
1414 */
1515 "paths" : {
16+ "@metamask/base-controller/next" : [" ../base-controller/src/next" ],
1617 "@metamask/*" : [" ../*/src" ]
1718 },
1819 "strict" : true ,
You can’t perform that action at this time.
0 commit comments