test: move test file into separate subfolder
This commit is contained in:
parent
4fa471263f
commit
2db99edeaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue