Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CopilotKit/CopilotKit
/ sanitize-error.test.ts
File
sanitize-error.test.ts
packages/bot/src/telemetry/sanitize-error.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
{ errorClass, normalizePlatform } from
"./sanitize-error.js"
;
3
4
describe(
"normalizePlatform"
, () => {
Callers
nothing calls this directly
Calls
2
normalizePlatform
Function · 0.85
errorClass
Function · 0.85
Tested by
no test coverage detected