2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 03:10:34 +03:00

refactor: combine meta helpers

This commit is contained in:
pimlie
2019-03-10 11:56:19 +01:00
committed by Alexander Lichter
parent f92fb67619
commit 419951c59f
7 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import getComponentOption from '../../src/shared/getComponentOption'
import inMetaInfoBranch from '../../src/shared/inMetaInfoBranch'
import { inMetaInfoBranch } from '../../src/shared/meta-helpers'
import { mount, getVue, loadVueMetaPlugin } from '../utils'
describe('getComponentOption', () => {