MCPcopy Create free account
hub / github.com/bytebase/bytebase / DatabaseResourceSelector.test.tsx

File DatabaseResourceSelector.test.tsx

frontend/src/react/components/DatabaseResourceSelector.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { act, type ReactElement, useState } from "react";
2import { createRoot } from "react-dom/client";
3import { beforeEach, describe, expect, test, vi } from "vitest";
4import type { DatabaseResource } from "@/types";

Callers

nothing calls this directly

Calls 13

beforeEachFunction · 0.85
testStruct · 0.85
waitForTextFunction · 0.85
clickFirstButtonInRowFunction · 0.85
expandDatabaseFunction · 0.85
clickCheckboxInRowFunction · 0.85
resolveStaleLoadMoreFunction · 0.85
hasLoadMoreFunction · 0.85
resolveRefetchFunction · 0.85
appStateFunction · 0.70
renderIntoContainerFunction · 0.70
flushPromisesFunction · 0.70

Tested by

no test coverage detected