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,5 +1,5 @@
|
|||
import { execFile as execFileOriginal } from "node:child_process";
|
||||
import { ExecFileFn } from "./types.ts";
|
||||
import { ExecFileFn } from "./types";
|
||||
|
||||
export const properties = {
|
||||
from: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue