chore: test against workspace babel/core

This commit is contained in:
Huáng Jùnliàng 2020-08-20 14:51:09 -04:00
parent d844700449
commit 565cfff486

View File

@ -2,7 +2,7 @@
// Usage: // Usage:
// babel-load-options-async.js [filename] // babel-load-options-async.js [filename]
import babel from "@babel/core"; import babel from "../../lib/index.js";
const [, , filename, cwd] = process.argv; const [, , filename, cwd] = process.argv;