Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27e5ffa

Browse files
committed
clarify test name
1 parent 3b61f1b commit 27e5ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('auto-check element', function() {
4444
assert.isFalse(input.checkValidity())
4545
})
4646

47-
it('invalidates input on keypress', async function() {
47+
it('invalidates the input element on keypress', async function() {
4848
const inputEvent = once(input, 'change')
4949
triggerChange(input, 'hub')
5050
await inputEvent

0 commit comments

Comments
 (0)