Change require to import for FS and Remove Test
This commit is contained in:
parent
c6b64ced91
commit
1cc4862d51
2 changed files with 1 additions and 8 deletions
|
|
@ -1,7 +0,0 @@
|
|||
import { test } from "bun:test";
|
||||
import { convert } from "../../src/converters/dasel";
|
||||
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