mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-11-04 14:03:32 +00:00
Add Fake Dasel Test
This commit is contained in:
7
tests/converters/dasel.test.ts
Normal file
7
tests/converters/dasel.test.ts
Normal 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", () => {});
|
||||||
Reference in New Issue
Block a user