test: fix core support boundary helpers

This commit is contained in:
Peter Steinberger
2026-04-28 03:43:40 +01:00
parent 07494a43fc
commit e9611e74a1
5 changed files with 16 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import fs from "node:fs";
import path from "node:path";
import { afterEach, describe, expect, it, vi } from "vitest";
import { importFreshModule } from "./helpers/import-fresh.js";
import { importFreshModule } from "./helpers/import-fresh.ts";
import { cleanupTempDirs, makeTempDir } from "./helpers/temp-dir.js";
import { installTestEnv } from "./test-env.js";