fix: add page title to header
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M test/app.test.js โ test/app.test.js
@@ -34,6 +34,7 @@ .expect(200) .expect(/^<!DOCTYPE html>/) .then(parseResponse) .then($ => { + t.is($("head > title").text(), "This is a test ยท " + config.site.title); t.is($("article h1").text(), "This is a test"); t.is( $("article p").text(),