mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +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,
|
||||
document,
|
||||
realm,
|
||||
root,
|
||||
} from './utils';
|
||||
|
||||
import isFunction from '../src/isFunction';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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';
|
||||
|
||||
describe('isTypedArray', () => {
|
||||
|
||||
Reference in New Issue
Block a user