diff --git a/tests/assimp.test.ts b/tests/converters/assimp.test.ts similarity index 96% rename from tests/assimp.test.ts rename to tests/converters/assimp.test.ts index fea0e9f..d1b28a8 100644 --- a/tests/assimp.test.ts +++ b/tests/converters/assimp.test.ts @@ -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;