mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-27 01:29:26 +08:00
Fix the major update packages including Jest. (#156)
Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
This commit is contained in:
@@ -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, {})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user