Skip to content

Commit

Permalink
gah, windows :(
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 18, 2018
1 parent dadd03e commit 496b60d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jest
util.createDirectory = jest.fn();
return util;
})
.mock('vm');
.mock('vm')
.mock('path', () => jest.requireActual('path').posix);

jest.mock(
'test_preprocessor',
Expand Down

0 comments on commit 496b60d

Please sign in to comment.