Skip to content

Commit 565cfff

Browse files
committed
chore: test against workspace babel/core
1 parent d844700 commit 565cfff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/babel-core/test/fixtures/babel-load-options-async.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Usage:
44
// babel-load-options-async.js [filename]
5-
import babel from "@babel/core";
5+
import babel from "../../lib/index.js";
66

77
const [, , filename, cwd] = process.argv;
88

0 commit comments

Comments
 (0)