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 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) |