Files
ConvertX/tests/converters/inkscape.test.ts
2025-10-05 14:19:13 +00:00

8 lines
240 B
TypeScript

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