Skip to content

Commit

Permalink
test: fix cannot find root (#5741)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Sep 27, 2023
1 parent a79c5c4 commit aa18212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/isFunction.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
symbol,
document,
realm,
root,
} from './utils';

import isFunction from '../src/isFunction';
Expand Down
2 changes: 1 addition & 1 deletion test/isTypedArray.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit aa18212

Please sign in to comment.