Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anus-dev/ANUS
/ wait
Function
wait
packages/cli/src/ui/components/InputPrompt.test.tsx:197–197 ·
view source on GitHub ↗
(ms = 50)
Source
from the content-addressed store, hash-verified
195
});
196
197
const wait = (ms = 50) => new Promise((resolve) => setTimeout(resolve, ms));
198
199
it(
'should call shellHistory.getPreviousCommand on up arrow in shell mode'
, async () => {
200
props.shellModeActive = true;
Callers
1
InputPrompt.test.tsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected