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