From 6372397a7e85d1f35660c7a08ea869ff2dde20b3 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 24 Apr 2018 01:12:24 +0200 Subject: update tests --- __tests__/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/index.js b/__tests__/index.js index 805ba42..ace668b 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('[__math exercice__]{unicorn="horse + horn"}'); - t.is(contents, '

'); + t.is(contents, '

'); }); test('line-input-overwrite-type', t => { @@ -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