From ce88385cb95e8d8bb7d06073a79976980f3ba744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 15 Aug 2017 10:24:22 +0200 Subject: [PATCH] Fix tests for headAttrs --- test/getMetaInfo.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/getMetaInfo.spec.js b/test/getMetaInfo.spec.js index fd1d58c..35572a8 100644 --- a/test/getMetaInfo.spec.js +++ b/test/getMetaInfo.spec.js @@ -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' }