test: move test file into separate subfolder

This commit is contained in:
Jörg Krzeslak
2025-07-23 21:11:12 +02:00
parent 4fa471263f
commit 2db99edeaf

View File

@@ -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;