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