Files
remark42/frontend/app/__stubs__/settings.ts
T
Pavel MineevandUmputun f922a51a28 new-auth: add tests
* use testing-libruaby for new tests
* tests for auth module
* add svg stub
* add global stub for `useIntl`
* add global stub for `common/settings`
2021-03-04 12:02:46 -06:00

4 lines
63 B
TypeScript

jest.mock('common/settings', () => ({
siteId: 'remark',
}));