Merge remote-tracking branch 'origin/10277_logout_route_full_page_reload'

This commit is contained in:
Torkel Ödegaard
2017-12-20 12:20:06 +01:00
2 changed files with 9 additions and 3 deletions
@@ -1,4 +1,4 @@
import { GlobalEventSrv } from "app/core/services/global_event_srv";
import { GlobalEventSrv } from "app/core/services/global_event_srv";
import { beforeEach } from "test/lib/common";
jest.mock("app/core/config", () => {
@@ -11,7 +11,7 @@ describe("GlobalEventSrv", () => {
let searchSrv;
beforeEach(() => {
searchSrv = new GlobalEventSrv(null, null);
searchSrv = new GlobalEventSrv(null, null, null);
});
describe("With /subUrl as appSubUrl", () => {