Skip to content

Commit

Permalink
chore: Fix flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 10, 2022
1 parent ead6d7f commit 96fd589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/last-run.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('lastRun', function () {
function test() {}
lastRun.capture(test);

expect(lastRun(test, resolution)).toEqual(since);
expect(lastRun(test, resolution)).toBeGreaterThanOrEqual(since);
done();
});
});

0 comments on commit 96fd589

Please sign in to comment.