Switch templating to hyperfast This also means that highland is not (currently) required
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M test/app.test.js → test/app.test.js
@@ -32,6 +32,7 @@ .then($ => { 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)