diff --git a/packages/babel-core/test/fixtures/babel-load-options-async.mjs b/packages/babel-core/test/fixtures/babel-load-options-async.mjs index 51954e56b3..a932456329 100755 --- a/packages/babel-core/test/fixtures/babel-load-options-async.mjs +++ b/packages/babel-core/test/fixtures/babel-load-options-async.mjs @@ -2,7 +2,7 @@ // Usage: // babel-load-options-async.js [filename] -import babel from "@babel/core"; +import babel from "../../lib/index.js"; const [, , filename, cwd] = process.argv;