2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-14 20:12:25 +03:00

test: fix ssr hydration tests

This commit is contained in:
pimlie
2019-06-09 14:05:54 +02:00
parent b2a7a8449b
commit fc5799859b
3 changed files with 43 additions and 11 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
import { mount, createLocalVue } from '@vue/test-utils'
import { mount, shallowMount, createWrapper, createLocalVue } from '@vue/test-utils'
import { renderToString } from '@vue/server-test-utils'
import { defaultOptions } from '../../src/shared/constants'
import VueMetaBrowserPlugin from '../../src/browser'
@@ -6,6 +6,8 @@ import VueMetaServerPlugin from '../../src'
export {
mount,
shallowMount,
createWrapper,
renderToString,
VueMetaBrowserPlugin,
VueMetaServerPlugin