Another attempt to fix tests
This commit is contained in:
@@ -19,6 +19,9 @@ jest.mock('@actions/core', () => {
|
||||
|
||||
jest.mock('fs', () => {
|
||||
return {
|
||||
existsSync: () => {
|
||||
return false
|
||||
},
|
||||
readFileSync: mockReadFileSync,
|
||||
statSync: mockStatSync
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user