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:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user