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

refactor: set defaultOptions in shared/constants

This commit is contained in:
pimlie
2019-03-09 18:38:10 +01:00
committed by Alexander Lichter
parent c1f97c4ea4
commit 2b24acc8b2
13 changed files with 20 additions and 46 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import triggerUpdate from '../../src/client/triggerUpdate'
import batchUpdate from '../../src/client/batchUpdate'
import { mount, vmTick, VueMetaBrowserPlugin, loadVueMetaPlugin } from '../utils'
import { defaultOptions } from '../utils/constants'
import { defaultOptions } from '../../src/shared/constants'
jest.mock('../../src/client/triggerUpdate')
jest.mock('../../src/client/batchUpdate')