From 456f09c506a76f8f78eb42cb9c07cc979f5fd190 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 30 Apr 2018 14:37:16 +0200 Subject: Fix a typo in the test file --- __tests__/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, '

'); + t.is(contents, '

'); }); test('line-input-overwrite-class', t => { -- cgit v1.2.3