mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-15 05:42:25 +03:00
Revert "feat: use named exports to export helper functions"
This reverts commit 95c3b7d4e8.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { mount, defaultOptions, VueMetaServerPlugin, loadVueMetaPlugin } from './utils'
|
||||
|
||||
const { hasMetaInfo } = VueMetaServerPlugin
|
||||
import { mount, defaultOptions, hasMetaInfo, VueMetaServerPlugin, loadVueMetaPlugin } from './utils'
|
||||
|
||||
jest.mock('../package.json', () => ({
|
||||
version: 'test-version'
|
||||
|
||||
Reference in New Issue
Block a user