diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/app.test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.test.js b/test/app.test.js index 4c90881..b2f91d1 100644 --- a/test/app.test.js +++ b/test/app.test.js @@ -34,6 +34,7 @@ test("post", t => { .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(), |