Use full import specifier path in tests (#13938)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import chalk from "chalk";
|
||||
import stripAnsi from "strip-ansi";
|
||||
import codeFrame, { codeFrameColumns } from "..";
|
||||
import codeFrame, { codeFrameColumns } from "../lib/index.js";
|
||||
|
||||
describe("@babel/code-frame", function () {
|
||||
test("basic usage", function () {
|
||||
|
||||
Reference in New Issue
Block a user