« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/unit/util/html.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util/html.js')
-rw-r--r--test/unit/util/html.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/util/html.js b/test/unit/util/html.js
index c26d53b..9925d2d 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