Skip to content

Commit

Permalink
chore: test against workspace babel/core
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 20, 2020
1 parent d844700 commit 565cfff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;

Expand Down

0 comments on commit 565cfff

Please sign in to comment.