3 lines
71 B
TypeScript
3 lines
71 B
TypeScript
jest.mock('@app/common/settings');
|
|
jest.mock('@app/common/constants');
|
jest.mock('@app/common/settings');
|
|
jest.mock('@app/common/constants');
|