test: move converters test helper to avoid confusion

This commit is contained in:
Jörg Krzeslak
2025-07-24 11:27:23 +02:00
parent fd4e73e76c
commit 3975c70de7
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import {
runConvertFailTest,
runConvertLogsStderror,
runConvertSuccessTest,
} from "../helpers/converters.test.ts";
} from "./convertersHelper.test.ts";
test("convert resolves when execFile succeeds", async () => {
await runConvertSuccessTest(convert);

View File

@@ -4,7 +4,7 @@ import {
runConvertFailTest,
runConvertLogsStderror,
runConvertSuccessTest,
} from "../helpers/converters.test.ts";
} from "./convertersHelper.test.ts";
test("convert resolves when execFile succeeds", async () => {
await runConvertSuccessTest(convert);