test: fix cannot find root (#5741)

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison
2023-09-28 01:00:44 +08:00
committed by GitHub
parent a79c5c434c
commit aa18212085
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ import {
symbol,
document,
realm,
root,
} from './utils';
import isFunction from '../src/isFunction';

View File

@@ -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', () => {