Skip to content

Commit

Permalink
Merge branch 'private/chessurisme' of https://github.com/free-bird-op…
Browse files Browse the repository at this point in the history
…eration-project/quiz-manager into private/chessurisme
  • Loading branch information
chessurisme committed Jun 13, 2024
2 parents 1a62c8c + 11ed6e4 commit cce659e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utilities/components/__tests__/set-events.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ describe('setEvents', () => {
})

it('should return false when events are not provided', () => {
const spyConsoleError = jest.spyOn(console, 'error').mockImplementation(() => {})
const spyConsoleError = jest
.spyOn(console, 'error')
.mockImplementation(() => {})
const element = document.createElement('div')

const result = setEvents(element, null)
Expand Down

0 comments on commit cce659e

Please sign in to comment.