fix: bad import

This commit is contained in:
Alejandro Gómez
2025-12-11 17:04:52 +01:00
parent 54ee43bdaf
commit 942a72ecca

View File

@@ -1,4 +1,4 @@
import { describe, it, expect, vi } from "vitest";
import { describe, it, expect } from "vitest";
import { parseReqCommand } from "./req-parser";
describe("parseReqCommand", () => {