test: fix imports after eslint config changes
This commit is contained in:
parent
3dccbfc797
commit
d994c38219
32 changed files with 50 additions and 50 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { test } from "bun:test";
|
||||
import { convert } from "../../src/converters/inkscape.ts";
|
||||
import { runCommonTests } from "./helpers/commonTests.ts";
|
||||
import { convert } from "../../src/converters/inkscape";
|
||||
import { runCommonTests } from "./helpers/commonTests";
|
||||
|
||||
runCommonTests(convert);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue