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,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(