mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 15:07:10 +02:00
fix: bad import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { describe, it, expect, vi } from "vitest";
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { parseReqCommand } from "./req-parser";
|
||||
|
||||
describe("parseReqCommand", () => {
|
||||
|
||||
Reference in New Issue
Block a user