diff --git a/tests/scriptlets/trusted-set-constant.test.js b/tests/scriptlets/trusted-set-constant.test.js index 91d5c481..bf031b2b 100644 --- a/tests/scriptlets/trusted-set-constant.test.js +++ b/tests/scriptlets/trusted-set-constant.test.js @@ -37,7 +37,7 @@ const addSetPropTag = (property, value) => { */ const isSupported = (() => typeof document.body.append !== 'undefined')(); -const SHOULD_INFER_KEYWORD = 'infer'; +const SHOULD_INFER_KEYWORD = 'true'; if (!isSupported) { test('unsupported', (assert) => { @@ -202,7 +202,6 @@ if (!isSupported) { clearGlobalProps('chained'); }); - // FIXME test('values with same types are not overwritten, values with different types are overwritten', (assert) => { const property = 'customProperty'; const firstValue = 10;