Skip to content

Commit

Permalink
Re-enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndresx committed Dec 23, 2017
1 parent 628dd7f commit cb49596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Countdown.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('<Countdown />', () => {
wrapper = mount(<Countdown date={date} />, { attachTo: root });
});

it.only('should trigger onTick and onComplete callbacks', () => {
it('should trigger onTick and onComplete callbacks', () => {
const onTick = jest.fn(stats => {
expect(stats).toEqual(getTimeDifference(wrapperDate));
});
Expand Down

0 comments on commit cb49596

Please sign in to comment.