Skip to content

Commit

Permalink
Update src/__tests__/cleanup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 24, 2020
1 parent e8f48ae commit 4b62cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('fake timers and missing act warnings', () => {
beforeEach(() => {
jest.resetAllMocks()
jest.spyOn(console, 'error').mockImplementation(() => {
// assert messages aexplicitly
// assert messages explicitly
})
jest.useFakeTimers()
})
Expand Down

0 comments on commit 4b62cc3

Please sign in to comment.