| 1 | import { act, type ReactElement, useState } from "react"; |
| 2 | import { createRoot } from "react-dom/client"; |
| 3 | import { afterEach, describe, expect, test, vi } from "vitest"; |
| 4 | import type { Factor } from "@/plugins/cel/types/factor"; |
nothing calls this directly
no test coverage detected