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

8 lines
239 B
TypeScript

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