Skip to content

Commit 0620efe

Browse files
committed
feat: add frontend-essentials package and implement ProfileDataModal
1 parent 04f382f commit 0620efe

File tree

4 files changed

+499
-29
lines changed

4 files changed

+499
-29
lines changed

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ module.exports = createConfig('jest', {
55
'<rootDir>/src/setupTest.js',
66
],
77
});
8+
module.exports.transformIgnorePatterns = [
9+
'/node_modules/(?!(@edx|@edunext|@openedx))',
10+
];
11+
module.exports.moduleNameMapper['^@edx/frontend-platform/auth$'] = '<rootDir>/node_modules/@edx/frontend-platform/auth';

0 commit comments

Comments
 (0)