aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-30 14:37:16 +0200
committerache <ache@ache.one>2018-04-30 14:37:16 +0200
commit456f09c506a76f8f78eb42cb9c07cc979f5fd190 (patch)
tree043ffcf90a0918f012798a990412a19078a7f354
parentupdate tests (diff)
Fix a typo in the test file
-rw-r--r--__tests__/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/__tests__/index.js b/__tests__/index.js
index ace668b..498b393 100644
--- a/__tests__/index.js
+++ b/__tests__/index.js
@@ -76,7 +76,7 @@ test('line-input-overwrite-type', t => {
test('line-input-overwrite-placeholder', t => {
const {contents} = render('[__Please not a bad answer__]{placeholder=\'not here\'}');
- t.is(contents, '<p><input placeholde"Please not a bad answer" type="text"></p>');
+ t.is(contents, '<p><input placeholder="Please not a bad answer" type="text"></p>');
});
test('line-input-overwrite-class', t => {