mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 08:10:34 +03:00
Fix tests for headAttrs
This commit is contained in:
@@ -30,6 +30,7 @@ describe('getMetaInfo', () => {
|
|||||||
titleChunk: '',
|
titleChunk: '',
|
||||||
titleTemplate: '%s',
|
titleTemplate: '%s',
|
||||||
htmlAttrs: {},
|
htmlAttrs: {},
|
||||||
|
headAttrs: {},
|
||||||
bodyAttrs: {},
|
bodyAttrs: {},
|
||||||
meta: [],
|
meta: [],
|
||||||
base: [],
|
base: [],
|
||||||
@@ -55,6 +56,7 @@ describe('getMetaInfo', () => {
|
|||||||
titleChunk: 'Hello',
|
titleChunk: 'Hello',
|
||||||
titleTemplate: '%s',
|
titleTemplate: '%s',
|
||||||
htmlAttrs: {},
|
htmlAttrs: {},
|
||||||
|
headAttrs: {},
|
||||||
bodyAttrs: {},
|
bodyAttrs: {},
|
||||||
meta: [
|
meta: [
|
||||||
{ charset: 'utf-8' }
|
{ charset: 'utf-8' }
|
||||||
|
|||||||
Reference in New Issue
Block a user