feat: add js config compatibility to mfe prod build
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
import '@testing-library/jest-dom';
|
||||
import '@testing-library/jest-dom/extend-expect';
|
||||
import { mergeConfig } from '@edx/frontend-platform';
|
||||
import envConfig from '../env.config';
|
||||
|
||||
mergeConfig(envConfig);
|
||||
|
||||
jest.mock('react', () => ({
|
||||
...jest.requireActual('react'),
|
||||
|
||||
Reference in New Issue
Block a user