diff options
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/util/html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/util/html.js b/test/unit/util/html.js index c26d53b2..9925d2da 100644 --- a/test/unit/util/html.js +++ b/test/unit/util/html.js @@ -29,7 +29,7 @@ t.test(`html.tag`, t => { let genericSlot; const genericTemplate = html.template(slot => { genericSlot = slot('title'); - return []; + return html.blank(); }); // 9-10: tag treated as content, not attributes |