Skip to content

Commit

Permalink
test: 💍 fix flaky tests for basic animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Apr 19, 2020
1 parent c50cde3 commit d5e819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kittik-animation-basic/spec/Animation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('basic animation', () => {
startValue: 0
});

expect(emitSpy.mock.calls.length).toBeGreaterThan(60);
expect(emitSpy.mock.calls.length).toBeGreaterThan(50);
expect(emitSpy).toHaveBeenCalledWith('tick', expect.any(Shape), 'x', expect.any(Number));
});

Expand Down

0 comments on commit d5e819d

Please sign in to comment.