Skip to content

Commit

Permalink
Rebuild action and solved problem with unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanZosimov committed May 24, 2022
1 parent d899929 commit 9031bf2
Show file tree
Hide file tree
Showing 3 changed files with 111,084 additions and 112,103 deletions.
2 changes: 1 addition & 1 deletion __tests__/setup-go.test.ts
Expand Up @@ -98,7 +98,7 @@ describe('setup-go', () => {
});

afterEach(() => {
jest.resetAllMocks();
//jest.resetAllMocks();
jest.clearAllMocks();
//jest.restoreAllMocks();
});
Expand Down

0 comments on commit 9031bf2

Please sign in to comment.