mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 00:52:33 +00:00
jest30 updates
This commit is contained in:
parent
00da3e75b4
commit
85c9f8f5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,6 @@ describe('output-listener', () => {
|
|||
listen(Buffer.from('third write'));
|
||||
expect(mockWrite.mock.lastCall[0]).toStrictEqual(Buffer.from('third write'));
|
||||
|
||||
expect(mockWrite).toBeCalledTimes(3);
|
||||
expect(mockWrite).toHaveBeenCalledTimes(3);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue