Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
describe(
'SettingsDialog'
, () => {
62
const wait = (ms = 50) => new Promise((resolve) => setTimeout(resolve, ms));
63
64
beforeEach(() => {
65
vi.clearAllMocks();
Callers
1
SettingsDialog.test.tsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected