test: move converters test helper to avoid confusion
This commit is contained in:
parent
fd4e73e76c
commit
3975c70de7
3 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue