mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-21 21:00:33 +03:00
refactor: move utils to utils folder
This commit is contained in:
committed by
Alexander Lichter
parent
4c967b0b4b
commit
6405724881
@@ -9,7 +9,7 @@ import Changed from '../components/changed.vue'
|
||||
|
||||
const getMetaInfo = component => _getMetaInfo(defaultOptions, component)
|
||||
|
||||
jest.mock('../../src/shared/window', () => ({
|
||||
jest.mock('../../src/utils/window', () => ({
|
||||
hasGlobalWindow: false
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user