Skip to content

Commit

Permalink
Handle a mocking issue in the ts upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Feb 1, 2022
1 parent 248f8c1 commit fbac092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/runner/runners/utils/_tests/_transpiler.test.ts
@@ -1,5 +1,6 @@
jest.mock("fs", () => ({
readFileSync: jest.fn(),
realpathSync: {},
existsSync: jest.fn(),
}))
jest.mock("path", () => {
Expand Down

0 comments on commit fbac092

Please sign in to comment.