| 1 | /* Copyright 2026 Marimo. All rights reserved. */ |
| 2 | |
| 3 | import { fireEvent, render, screen } from "@testing-library/react"; |
| 4 | import { beforeEach, describe, expect, it, type Mock, vi } from "vitest"; |
nothing calls this directly
no test coverage detected