Skip to content

Commit

Permalink
Add edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
markis committed Feb 1, 2018
1 parent 04b8560 commit c32f38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ describe('jest-ratchet', () => {
/\/jestconfig\.json$/,
JSON.stringify({ ...threshold }),
);
fs.existsSync = () => true;

const jestRatchet = new JestRatchet({ ...mockConfig, ...threshold });
jestRatchet.onRunComplete();
Expand Down

0 comments on commit c32f38a

Please sign in to comment.