Skip to content

Commit cf56ddb

Browse files
committed
CR
1 parent 6e76d4e commit cf56ddb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/oidc-utils.spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ import { Utils } from '../src/utils';
55

66
jest.mock('@actions/core');
77
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');
158

169
describe('OidcUtils', (): void => {
1710
afterEach((): void => {

0 commit comments

Comments
 (0)