Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Jan 10, 2023
1 parent 726e63d commit 0af2569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/scriptlets/trusted-set-constant.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0af2569

Please # to comment.