Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ flush
Function
flush
test/bot-commands.test.ts:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
const
allow = { telegram: { allowedUsers: [
'u1'
] } };
24
const
flush = () =>
new
Promise(r => setTimeout(r, 0));
25
const
lastText = (sent: { text: string }[]) => sent[sent.length - 1]!.text;
26
27
describe(
'bot command registry'
, () => {
Callers
1
bot-commands.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected