mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-03-03 02:17:01 +00:00
test: move converters test helper to avoid confusion
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user