mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-21 04:10:34 +03:00
refactor: move utils to utils folder
This commit is contained in:
committed by
Alexander Lichter
parent
4c967b0b4b
commit
6405724881
@@ -1,10 +1,10 @@
|
||||
/**
|
||||
* @jest-environment node
|
||||
*/
|
||||
import { ensureIsArray } from '../../src/shared/ensure'
|
||||
import setOptions from '../../src/shared/options'
|
||||
import { hasGlobalWindowFn } from '../../src/shared/window'
|
||||
import { defaultOptions } from '../../src/shared/constants'
|
||||
import { ensureIsArray } from '../../src/utils/ensure'
|
||||
import { hasGlobalWindowFn } from '../../src/utils/window'
|
||||
|
||||
describe('shared', () => {
|
||||
test('ensureIsArray ensures var is array', () => {
|
||||
|
||||
Reference in New Issue
Block a user