2
0
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:
pimlie
2019-03-05 14:12:56 +01:00
parent 95c3b7d4e8
commit f597f61104
4 changed files with 13 additions and 16 deletions
+1 -3
View File
@@ -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'