Skip to content

Commit

Permalink
fix: spinner test
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed May 21, 2019
1 parent 15543a7 commit 9071c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/server/helpers/loader.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('loader helper', () => {
test('starts spinner', () => {
expect(loader.start()).toBeObject()
jest.runTimersToTime(60000)
expect(setInterval).toHaveBeenCalledTimes(2)
expect(setInterval).toHaveBeenCalledTimes(1)
})
})

Expand Down

0 comments on commit 9071c92

Please sign in to comment.