Add Fake Dasel Test

This commit is contained in:
Ben Burwood
2025-09-09 00:12:29 +01:00
parent 5d74ec59c1
commit eaeac2cb78

View File

@@ -0,0 +1,7 @@
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", () => {});