MCPcopy Create free account
hub / github.com/ShipSecAI/studio / SecretsManager.test.tsx

File SecretsManager.test.tsx

frontend/src/pages/__tests__/SecretsManager.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, beforeEach, afterEach, expect, mock } from 'bun:test';
2import { fireEvent, render, screen, within, cleanup } from '@testing-library/react';
3import { MemoryRouter } from 'react-router-dom';
4import type { SecretSummary } from '@/schemas/secret';

Callers

nothing calls this directly

Calls 8

createMockStateFunction · 0.85
cleanupFunction · 0.85
setupStoreFunction · 0.85
renderSecretsManagerFunction · 0.85
toBeInTheDocumentMethod · 0.80
toBeDisabledMethod · 0.80
resetAuthStoreFunction · 0.70
openEditDialogFunction · 0.70

Tested by

no test coverage detected