From fb7e421b9efea0a96adcf30d30cc2d318980d928 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Jul 2017 11:49:18 +0200 Subject: Switch templating to hyperfast This also means that highland is not (currently) required --- test/app.test.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/app.test.js b/test/app.test.js index f3d8f07..3cffaf5 100644 --- a/test/app.test.js +++ b/test/app.test.js @@ -32,6 +32,7 @@ test("homepage", t => { t.is($("head > title").text(), "John Doe"); t.is($("h1").text(), "John Doe"); t.is($("main").length, 1); + t.is($("main .posts").length, 1); return $; }) .then(toMicroformatsOptions) -- cgit 1.4.1