test: fix import in test
This commit is contained in:
parent
2c90454244
commit
301fab5c17
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import type { ExecFileException } from "node:child_process";
|
||||
import { expect, test } from "bun:test";
|
||||
import { convert, ExecFileFn } from "../../src/converters/assimp.ts";
|
||||
import { convert } from "../../src/converters/assimp.ts";
|
||||
import { ExecFileFn } from "../../src/converters/types.ts";
|
||||
|
||||
test("convert resolves when execFile succeeds", async () => {
|
||||
const originalConsoleLog = console.log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue