Fix the major update packages including Jest. (#156)

Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
This commit is contained in:
Tatsinnit
2025-06-18 07:07:25 +12:00
committed by GitHub
parent 454a244870
commit 6381c85c74
3 changed files with 7170 additions and 1193 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ describe('Az commands', () => {
jest.spyOn(actions, 'exec').mockImplementation(async () => 0)
expect(await runAzCliCommand(path, args))
expect(actions.exec).toBeCalledWith(path, args, {})
expect(actions.exec).toHaveBeenCalledWith(path, args, {})
})
})