all repos — archive/homestead @ fb7e421b9efea0a96adcf30d30cc2d318980d928

My future indieweb platform

Switch templating to hyperfast This also means that highland is not (currently) required

Alan Pearce
commit

fb7e421b9efea0a96adcf30d30cc2d318980d928

parent

248c74916e22f397ff95944ac2596b9e40b302e5

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M test/app.test.jstest/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)