We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f48ae commit 4b62cc3Copy full SHA for 4b62cc3
src/__tests__/cleanup.js
@@ -45,7 +45,7 @@ describe('fake timers and missing act warnings', () => {
45
beforeEach(() => {
46
jest.resetAllMocks()
47
jest.spyOn(console, 'error').mockImplementation(() => {
48
- // assert messages aexplicitly
+ // assert messages explicitly
49
})
50
jest.useFakeTimers()
51
0 commit comments