Skip to content

Commit b385541

Browse files
chore: fix jest tests
1 parent 86b538a commit b385541

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
@@ -13,5 +13,6 @@ module.exports = createConfig('jest', {
1313
],
1414
moduleNameMapper: {
1515
'^lodash-es$': 'lodash',
16+
'^CourseAuthoring/(.*)$': '<rootDir>/src/$1',
1617
},
1718
});

0 commit comments

Comments
 (0)