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 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 => {