Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopilotKit/CopilotKit
/ thread-reactions.test.ts
File
thread-reactions.test.ts
packages/bot/src/thread-reactions.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
"vitest"
;
2
import
{ emoji } from
"@copilotkit/bot-ui"
;
3
import
{ createBot } from
"./create-bot.js"
;
4
import
{ FakeAdapter } from
"./testing/fake-adapter.js"
;
Callers
nothing calls this directly
Calls
7
createBot
Function · 0.85
emitTurn
Method · 0.80
onMessage
Method · 0.65
push
Method · 0.65
react
Method · 0.65
unreact
Method · 0.65
start
Method · 0.65
Tested by
no test coverage detected