auto-git:

[change] tests/unit/light-volume.integration.test.tsx
This commit is contained in:
2026-04-22 14:14:18 +02:00
parent 232a2a4488
commit b8ca09f915

View File

@@ -1,4 +1,4 @@
import { fireEvent, render, screen, waitFor } from "@testing-library/react";
import { cleanup, fireEvent, render, screen, waitFor } from "@testing-library/react";
import { act } from "react";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
@@ -99,6 +99,7 @@ describe("light volume integration", () => {
});
afterEach(() => {
cleanup();
vi.restoreAllMocks();
});