mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 20:37:48 +00:00
test: fix cannot find root (#5741)
Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
|||||||
symbol,
|
symbol,
|
||||||
document,
|
document,
|
||||||
realm,
|
realm,
|
||||||
|
root,
|
||||||
} from './utils';
|
} from './utils';
|
||||||
|
|
||||||
import isFunction from '../src/isFunction';
|
import isFunction from '../src/isFunction';
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import lodashStable from 'lodash';
|
import lodashStable from 'lodash';
|
||||||
import { typedArrays, falsey, stubFalse, args, slice, symbol, realm } from './utils';
|
import { typedArrays, falsey, stubFalse, args, slice, symbol, realm, root } from './utils';
|
||||||
import isTypedArray from '../src/isTypedArray';
|
import isTypedArray from '../src/isTypedArray';
|
||||||
|
|
||||||
describe('isTypedArray', () => {
|
describe('isTypedArray', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user