From 565cfff486edd4f0165c253fb97153d97acd16b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 20 Aug 2020 14:51:09 -0400 Subject: [PATCH] chore: test against workspace babel/core --- packages/babel-core/test/fixtures/babel-load-options-async.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;