mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-11-21 15:09:15 +00:00
test: fix import in test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user