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';