Update dasel.test.ts

This commit is contained in:
Ben Burwood
2025-09-09 00:32:09 +01:00
parent c3e4f676fc
commit d8ddfa31e3

View File

@@ -1,5 +1,5 @@
import { test } from "bun:test";
import { convert } from "../../src/converters/inkscape";
import { convert } from "../../src/converters/dasel";
import { runCommonTests } from "./helpers/commonTests";
runCommonTests(convert);