7 lines
246 B
TypeScript
7 lines
246 B
TypeScript
import { test } from "bun:test";
|
|
import { convert } from "../../src/converters/potrace";
|
|
import { runCommonTests } from "./helpers/commonTests";
|
|
|
|
runCommonTests(convert);
|
|
|
|
test.skip("dummy - required to trigger test detection", () => {});
|