Skip to content

Commit 4b62cc3

Browse files
authored
Update src/__tests__/cleanup.js
1 parent e8f48ae commit 4b62cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/cleanup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('fake timers and missing act warnings', () => {
4545
beforeEach(() => {
4646
jest.resetAllMocks()
4747
jest.spyOn(console, 'error').mockImplementation(() => {
48-
// assert messages aexplicitly
48+
// assert messages explicitly
4949
})
5050
jest.useFakeTimers()
5151
})

0 commit comments

Comments
 (0)