Use full import specifier path in tests (#13938)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import path from "path";
|
||||
import { runFixtureTestsWithoutExactASTMatch } from "./helpers/runFixtureTests";
|
||||
import { parseExpression } from "../lib";
|
||||
import { runFixtureTestsWithoutExactASTMatch } from "./helpers/runFixtureTests.js";
|
||||
import { parseExpression } from "../lib/index.js";
|
||||
import { fileURLToPath } from "url";
|
||||
|
||||
runFixtureTestsWithoutExactASTMatch(
|
||||
|
||||
Reference in New Issue
Block a user