We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867639e commit d6930dfCopy full SHA for d6930df
__tests__/Clock.test.js
@@ -5,7 +5,7 @@ import sinon from 'sinon'
5
import App from '../examples/clock/App'
6
7
describe('Clock App', () => {
8
- const clock = sinon.useFakeTimers()
+ const clock = sinon.useFakeTimers(0)
9
const app = mount(<App />)
10
const clearIntervalSpy = sinon.spy(global, 'clearInterval')
11
0 commit comments