Use full import specifier path in tests (#13938)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as babel from "@babel/core";
|
||||
import transformCommonjs from "../lib";
|
||||
import transformCommonjs from "../lib/index.js";
|
||||
import externalHelpers from "@babel/plugin-external-helpers";
|
||||
|
||||
it("'importInterop' accepts a function", function () {
|
||||
|
||||
Reference in New Issue
Block a user