chore: fix lint

This commit is contained in:
C4illin 2025-10-07 19:21:54 +00:00
parent d5aa116dc9
commit 81e3f7c56e
4 changed files with 2 additions and 29 deletions

View file

@ -1,5 +1,5 @@
import { beforeEach, expect, test } from "bun:test";
import type { ExecFileException } from "node:child_process";
import { beforeEach, expect, test } from "bun:test";
import { convert } from "../../src/converters/dvisvgm";
import { ExecFileFn } from "../../src/converters/types";
import { runCommonTests } from "./helpers/commonTests";