Files
ConvertX/tests/converters/assimp.test.ts
2025-08-11 15:09:20 +02:00

8 lines
238 B
TypeScript

import { test } from "bun:test";
import { convert } from "../../src/converters/assimp";
import { runCommonTests } from "./helpers/commonTests";
runCommonTests(convert);
test.skip("dummy - required to trigger test detection", () => {});