From 359d89baf9ab6730444f36159bd363f19ba09ca2 Mon Sep 17 00:00:00 2001 From: SKi Date: Wed, 1 Mar 2023 19:42:00 -0800 Subject: [PATCH] npm run format output --- __test__/git-directory-helper.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__test__/git-directory-helper.test.ts b/__test__/git-directory-helper.test.ts index 70849b5..dfcb17b 100644 --- a/__test__/git-directory-helper.test.ts +++ b/__test__/git-directory-helper.test.ts @@ -423,6 +423,8 @@ async function setup(testName: string): Promise { submoduleForeach: jest.fn(), submoduleSync: jest.fn(), submoduleUpdate: jest.fn(), + submoduleStatus: jest.fn(async () => { + return true}), tagExists: jest.fn(), tryClean: jest.fn(async () => { return true