fix(ConfigTab.hermes.test): remove unused fireEvent import

This commit is contained in:
Molecule AI · integration-tester 2026-04-24 02:55:51 +00:00
parent 8e46cc1676
commit dc9001835e

View File

@ -11,7 +11,7 @@
// Each test pins one invariant. If any fails, the bug is back.
import { describe, it, expect, vi, afterEach, beforeEach } from "vitest";
import { render, screen, fireEvent, cleanup, waitFor } from "@testing-library/react";
import { render, screen, cleanup, waitFor } from "@testing-library/react";
import React from "react";
afterEach(cleanup);