Final (for now) bug fixes

This commit is contained in:
Sebastian Seedorf
2020-11-24 00:20:56 +01:00
parent 93ed774609
commit f7d790818a
6 changed files with 28 additions and 29 deletions

View File

@@ -9,7 +9,7 @@ import {UserInfo} from '../src/utils/userinfo';
describe('frontend:SomeModule', () => {
const CONFIG = {EXTERNAL_BASE_URL: 'http://demo.url'};
before(() => {
beforeEach(() => {
setConfig(CONFIG);
fetchMock.config.overwriteRoutes = true;
});