Skip to content

Commit f8aa92f

Browse files
committed
fix broken test
1 parent 205938b commit f8aa92f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/getMetaInfo.spec.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('getMetaInfo', () => {
4141
})
4242
})
4343

44-
it('returns metaInfos when used in component', () => {
44+
it('returns metaInfo when used in component', () => {
4545
component = new Vue({
4646
metaInfo: {
4747
title: 'Hello',
@@ -63,7 +63,8 @@ describe('getMetaInfo', () => {
6363
link: [],
6464
style: [],
6565
script: [],
66-
noscript: []
66+
noscript: [],
67+
__dangerouslyDisableSanitizers: []
6768
})
6869
})
6970
})

0 commit comments

Comments
 (0)