mirror of https://github.com/actions/setup-go.git
Rebuild action and solved problem with unit-tests
This commit is contained in:
parent
d89992992f
commit
9031bf2b7b
|
@ -98,7 +98,7 @@ describe('setup-go', () => {
|
|||
});
|
||||
|
||||
afterEach(() => {
|
||||
jest.resetAllMocks();
|
||||
//jest.resetAllMocks();
|
||||
jest.clearAllMocks();
|
||||
//jest.restoreAllMocks();
|
||||
});
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue