Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ pasteHelpers.test.ts
File
pasteHelpers.test.ts
site/src/pages/AgentsPage/components/ChatMessageInput/pasteHelpers.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Tests for pasteHelpers utility functions (pure logic, no DOM).
2
import
{ beforeAll, describe, expect, it } from
"vitest"
;
3
import
{
4
createPasteFile,
Callers
nothing calls this directly
Calls
9
getPasteDataTransfer
Function · 0.90
getPastedPlainText
Function · 0.90
isLargePaste
Function · 0.90
createPasteFile
Function · 0.90
createDataTransfer
Function · 0.85
createClipboardPasteEvent
Function · 0.85
createBeforeInputEvent
Function · 0.85
Array
Function · 0.85
String
Function · 0.50
Tested by
no test coverage detected