Skip to content

Commit

Permalink
forgot the disabled attr
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Jun 26, 2018
1 parent 3f1e066 commit 8716831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ window.File = new Proxy(nativeFile, {
describe('disabled', () => {
it('Shold not include disabled fields', () => {
const fd = create_form(
`<input name=foo value=bar>`
`<input disabled name=foo value=bar>`
)
assert.deepEqual([...fd], [])
})
Expand Down

0 comments on commit 8716831

Please sign in to comment.