Add Fake Dasel Test
This commit is contained in:
parent
5d74ec59c1
commit
eaeac2cb78
1 changed files with 7 additions and 0 deletions
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", () => {});
|
||||||
Loading…
Add table
Add a link
Reference in a new issue