jest: mocks already cleared through configuration

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-06-18 10:59:00 +02:00
parent f27d52d6b7
commit 953dc3bb00
16 changed files with 10 additions and 71 deletions

View File

@@ -21,7 +21,6 @@ import {Exec} from '../src/exec';
import {ExecOutput} from '@actions/exec';
beforeEach(() => {
jest.clearAllMocks();
jest.restoreAllMocks();
});