2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 02:20:34 +03:00

fix tests

This commit is contained in:
Declan de Wet
2016-11-10 17:47:54 +02:00
parent d218afa2e6
commit 814a0dd2c3
12 changed files with 25 additions and 12 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
import Vue from 'vue'
import getMetaInfo from '../src/shared/getMetaInfo'
import _getMetaInfo from '../src/shared/getMetaInfo'
const getMetaInfo = _getMetaInfo()
describe('getMetaInfo', () => {
// const container = document.createElement('div')