Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ issue-body.test.ts
File
issue-body.test.ts
packages/cli/src/lib/issue-body.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"bun:test"
;
2
import
{ capBodyToGithubLimit, extractRecentErrors, MAX_GITHUB_BODY_BYTES } from
"./issue-body"
;
3
4
describe(
"extractRecentErrors"
, () => {
Callers
nothing calls this directly
Calls
3
extractRecentErrors
Function · 0.90
capBodyToGithubLimit
Function · 0.90
makeBody
Function · 0.85
Tested by
no test coverage detected