Another attempt to fix tests

This commit is contained in:
Nick Cipollo
2020-07-20 22:40:44 -04:00
parent 7ca6e41462
commit 83aacbf1b5

View File

@@ -19,6 +19,9 @@ jest.mock('@actions/core', () => {
jest.mock('fs', () => { jest.mock('fs', () => {
return { return {
existsSync: () => {
return false
},
readFileSync: mockReadFileSync, readFileSync: mockReadFileSync,
statSync: mockStatSync statSync: mockStatSync
}; };