This is an automated email from the ASF dual-hosted git repository. suyanhanx pushed a commit to branch random-root-nodejs-test in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 3468706f64ff9255738ac6a0eb8c0a1cefaadf2b Author: suyanhanx <[email protected]> AuthorDate: Wed Nov 1 19:50:52 2023 +0800 fix Signed-off-by: suyanhanx <[email protected]> --- bindings/nodejs/tests/suites/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/nodejs/tests/suites/index.mjs b/bindings/nodejs/tests/suites/index.mjs index 5a25bfc3d..cd8998009 100644 --- a/bindings/nodejs/tests/suites/index.mjs +++ b/bindings/nodejs/tests/suites/index.mjs @@ -36,7 +36,7 @@ export function runner(testName, scheme) { config.root = generateRandomRoot(config.root) } - const operator = scheme ? new Operator(scheme, config) : undefined + const operator = scheme ? new Operator(scheme, config) : null describe.skipIf(!operator)(testName, () => { AsyncIOTestRun(operator)
