mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
test: fix cannot find root (#5741)
Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
@@ -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