mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-10-23 04:52:18 +00:00
8 lines
239 B
TypeScript
8 lines
239 B
TypeScript
import { test } from "bun:test";
|
|
import { convert } from "../../src/converters/calibre";
|
|
import { runCommonTests } from "./helpers/commonTests";
|
|
|
|
runCommonTests(convert);
|
|
|
|
test.skip("dummy - required to trigger test detection", () => {});
|