2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 19:30:35 +03:00

Fix tests for headAttrs

This commit is contained in:
Sébastien Chopin
2017-08-15 10:24:22 +02:00
parent 5d58b729bb
commit ce88385cb9
+2
View File
@@ -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' }