* use testing-libruaby for new tests * tests for auth module * add svg stub * add global stub for `useIntl` * add global stub for `common/settings`
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
jest.mock('common/settings', () => ({
|
|
siteId: 'remark',
|
|
}));
|