We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1539e5e commit def66e9Copy full SHA for def66e9
1 file changed
test/test.js
@@ -98,7 +98,8 @@ describe('remoteForm', function () {
98
event.preventDefault()
99
}
100
const originalMochaError = window.onerror
101
- window.onerror = function() {}
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
102
+ window.onerror = function () {}
103
window.addEventListener('error', errorHandler)
104
105
document.querySelector('button[type=submit]').click()
0 commit comments