2
0
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:
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: '',
titleTemplate: '%s',
htmlAttrs: {},
headAttrs: {},
bodyAttrs: {},
meta: [],
base: [],
@@ -55,6 +56,7 @@ describe('getMetaInfo', () => {
titleChunk: 'Hello',
titleTemplate: '%s',
htmlAttrs: {},
headAttrs: {},
bodyAttrs: {},
meta: [
{ charset: 'utf-8' }