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,4 +1,4 @@
import { parse } from "../lib";
import { parse } from "../lib/index.js";
describe("error codes", function () {
it("raises an error with BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED and reasonCode", function () {