Skip to content

Commit bde77af

Browse files
committed
Iterate
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 40b6274 commit bde77af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit-tests/vector/platform/ElectronPlatform-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ describe("ElectronPlatform", () => {
3131
const mockElectron = {
3232
on: jest.fn(),
3333
send: jest.fn(),
34+
initialise: jest.fn(),
3435
};
3536

3637
const dispatchSpy = jest.spyOn(dispatcher, "dispatch");

0 commit comments

Comments
 (0)