From 2ab124884fa3d0f9c74dd52e3e823d08b4b01a6d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 1 Jan 2024 13:47:54 -0400 Subject: test: specify mutable on html slots These tests obviously need some updating, but it's out of scope for this commit. --- test/unit/util/html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/unit/util/html.js b/test/unit/util/html.js index b5956e67..1652aee2 100644 --- a/test/unit/util/html.js +++ b/test/unit/util/html.js @@ -723,7 +723,7 @@ t.test(`Template - description errors`, t => { slot3: {type: 'bigint'}, slot4: {type: 'boolean'}, slot5: {type: 'symbol'}, - slot6: {type: 'html'}, + slot6: {type: 'html', mutable: false}, }, content: () => {}, })); @@ -739,7 +739,7 @@ t.test(`Template - slot value errors`, t => { basicBigint: {type: 'bigint'}, basicBoolean: {type: 'boolean'}, basicSymbol: {type: 'symbol'}, - basicHTML: {type: 'html'}, + basicHTML: {type: 'html', mutable: false}, }, content: slots => -- cgit 1.3.0-6-gf8a5