diff options
author | Alan Pearce | 2017-07-01 11:49:18 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-01 11:49:18 +0200 |
commit | fb7e421b9efea0a96adcf30d30cc2d318980d928 (patch) | |
tree | 37595b22cfab571d93dcae1d848c404b93e86a63 /test | |
parent | 248c74916e22f397ff95944ac2596b9e40b302e5 (diff) | |
download | homestead-fb7e421b9efea0a96adcf30d30cc2d318980d928.tar.lz homestead-fb7e421b9efea0a96adcf30d30cc2d318980d928.tar.zst homestead-fb7e421b9efea0a96adcf30d30cc2d318980d928.zip |
Switch templating to hyperfast
This also means that highland is not (currently) required
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) |