Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 20, 2021
1 parent 4e25d2c commit 67006b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-core/test/external-dependencies.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from "path";
import { fileURLToPath } from "url";
import { transformSync } from "../lib";
import { transformSync } from "../lib/index.js";

const cwd = path.dirname(fileURLToPath(import.meta.url));

Expand Down

0 comments on commit 67006b4

Please sign in to comment.