aboutsummaryrefslogtreecommitdiff
path: root/__tests__/index.js
diff options
context:
space:
mode:
Diffstat (limited to '__tests__/index.js')
-rw-r--r--__tests__/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/__tests__/index.js b/__tests__/index.js
index ad27736..1d54f2a 100644
--- a/__tests__/index.js
+++ b/__tests__/index.js
@@ -66,7 +66,7 @@ test('line-input-classes', t => {
test('line-input-key-value', t => {
const {contents} = render('[__here__]{unicorn="horse + horn"}');
- t.is(contents, '<p><input unicorn="horse + horn" type="text" placeholder="here"></p>');
+ t.is(contents, '<p><input type="text" unicorn="horse + horn" placeholder="here"></p>');
});
test('line-input-overwrite-type', t => {