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

Function wait

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

Source from the content-addressed store, hash-verified

60
61describe('SettingsDialog', () => {
62 const wait = (ms = 50) => new Promise((resolve) => setTimeout(resolve, ms));
63
64 beforeEach(() => {
65 vi.clearAllMocks();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected