UNCLASSIFIED

Commit b16c0346 authored by graham.smith's avatar graham.smith
Browse files

prettier

parent efce81ac
...@@ -30,7 +30,9 @@ describe("main", () => { ...@@ -30,7 +30,9 @@ describe("main", () => {
.fn() .fn()
.mockResolvedValue(fakeWait(2000, mockUserPreference)); .mockResolvedValue(fakeWait(2000, mockUserPreference));
appCreator.createMainApp = jest.fn().mockResolvedValue({ createElement: 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