From 871683163d359883851b0839c6d160482dfbcec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Tue, 26 Jun 2018 23:09:07 +0200 Subject: [PATCH] forgot the disabled attr --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 8b3abab..ab40eaf 100644 --- a/test/test.js +++ b/test/test.js @@ -172,7 +172,7 @@ window.File = new Proxy(nativeFile, { describe('disabled', () => { it('Shold not include disabled fields', () => { const fd = create_form( - `` + `` ) assert.deepEqual([...fd], []) })