Skip to content

Commit e0d648b

Browse files
committed
fix broken test
1 parent 2b9183b commit e0d648b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/getMetaInfo.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ describe('getMetaInfo', () => {
3636
link: [],
3737
style: [],
3838
script: [],
39-
noscript: []
39+
noscript: [],
40+
__dangerouslyDisableSanitizers: []
4041
})
4142
})
4243

0 commit comments

Comments
 (0)