Use full import specifier path in tests (#13938)

This commit is contained in:
Nicolò Ribaudo
2021-11-24 11:43:18 +01:00
committed by GitHub
parent a470f7b479
commit 75996cb62b
107 changed files with 141 additions and 136 deletions

View File

@@ -1,5 +1,5 @@
import * as babel from "@babel/core";
import transformAmd from "../lib";
import transformAmd from "../lib/index.js";
import externalHelpers from "@babel/plugin-external-helpers";
it("'importInterop' accepts a function", function () {