We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e76d4e commit cf56ddbCopy full SHA for cf56ddb
test/oidc-utils.spec.ts
@@ -5,13 +5,6 @@ import { Utils } from '../src/utils';
5
6
jest.mock('@actions/core');
7
jest.mock('@actions/exec');
8
-jest.mock('fs', () => ({
9
- promises: {
10
- readFile: jest.fn(),
11
- },
12
- existsSync: jest.fn(() => true), // Mock `existsSync` as a Jest mock function
13
-}));
14
-jest.mock('path');
15
16
describe('OidcUtils', (): void => {
17
afterEach((): void => {
0 commit comments