test: fix imports after eslint config changes

This commit is contained in:
Jörg Krzeslak 2025-08-11 15:09:20 +02:00
parent 3dccbfc797
commit d994c38219
32 changed files with 50 additions and 50 deletions

View file

@ -1,7 +1,7 @@
import type { ExecFileException } from "node:child_process";
import { expect, test } from "bun:test";
import { convert } from "../../src/converters/msgconvert.ts";
import { ExecFileFn } from "../../src/converters/types.ts";
import { convert } from "../../src/converters/msgconvert";
import { ExecFileFn } from "../../src/converters/types";
test("convert rejects conversion if input filetype is not msg and output type is not eml", async () => {
const mockExecFile: ExecFileFn = (