mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-15 01:02:25 +03:00
fix broken test
This commit is contained in:
@@ -41,7 +41,7 @@ describe('getMetaInfo', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('returns metaInfos when used in component', () => {
|
||||
it('returns metaInfo when used in component', () => {
|
||||
component = new Vue({
|
||||
metaInfo: {
|
||||
title: 'Hello',
|
||||
@@ -63,7 +63,8 @@ describe('getMetaInfo', () => {
|
||||
link: [],
|
||||
style: [],
|
||||
script: [],
|
||||
noscript: []
|
||||
noscript: [],
|
||||
__dangerouslyDisableSanitizers: []
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user