MCPcopy Index your code
hub / github.com/anus-dev/ANUS / wait

Function wait

packages/cli/src/ui/components/ApiKeyInput.test.tsx:13–13  ·  view source on GitHub ↗
(ms = 50)

Source from the content-addressed store, hash-verified

11
12describe('ApiKeyInput', () => {
13 const wait = (ms = 50) => new Promise((resolve) => setTimeout(resolve, ms));
14
15 beforeEach(() => {
16 vi.clearAllMocks();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected