mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-06-28 06:55:48 +00:00
test: move test file into separate subfolder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ExecFileException } from "node:child_process";
|
||||
import { expect, test } from "bun:test";
|
||||
import { convert, ExecFileFn } from "../src/converters/assimp";
|
||||
import { convert, ExecFileFn } from "../../src/converters/assimp.ts";
|
||||
|
||||
test("convert resolves when execFile succeeds", async () => {
|
||||
const originalConsoleLog = console.log;
|
||||
Reference in New Issue
Block a user