MCPcopy Create free account
hub / github.com/anus-dev/ANUS / wait

Function wait

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

Source from the content-addressed store, hash-verified

13
14describe('AuthDialog', () => {
15 const wait = (ms = 50) => new Promise((resolve) => setTimeout(resolve, ms));
16
17 let originalEnv: NodeJS.ProcessEnv;
18

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected