We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15543a7 commit 9071c92Copy full SHA for 9071c92
test/unit/server/helpers/loader.spec.js
@@ -9,7 +9,7 @@ describe('loader helper', () => {
9
test('starts spinner', () => {
10
expect(loader.start()).toBeObject()
11
jest.runTimersToTime(60000)
12
- expect(setInterval).toHaveBeenCalledTimes(2)
+ expect(setInterval).toHaveBeenCalledTimes(1)
13
})
14
15
0 commit comments