Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b61f1b commit 27e5ffaCopy full SHA for 27e5ffa
test/test.js
@@ -44,7 +44,7 @@ describe('auto-check element', function() {
44
assert.isFalse(input.checkValidity())
45
})
46
47
- it('invalidates input on keypress', async function() {
+ it('invalidates the input element on keypress', async function() {
48
const inputEvent = once(input, 'change')
49
triggerChange(input, 'hub')
50
await inputEvent
0 commit comments