UNCLASSIFIED

Commit e15e7370 authored by Keith Becker's avatar Keith Becker
Browse files

fix console error

parent 26fe9194
...@@ -30,7 +30,7 @@ describe("main", () => { ...@@ -30,7 +30,7 @@ describe("main", () => {
.fn() .fn()
.mockResolvedValue(fakeWait(2000, mockUserPreference)); .mockResolvedValue(fakeWait(2000, mockUserPreference));
appCreator.createMainApp = jest.fn(); appCreator.createMainApp = jest.fn().mockResolvedValue({ createElement: jest.fn() });
jest.isolateModules(() => { jest.isolateModules(() => {
require("@/main"); require("@/main");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment