MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / tasks.test.ts

File tasks.test.ts

src/utils/__tests__/tasks.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mkdir, rm } from 'fs/promises'
2import { join } from 'path'
3import { tmpdir } from 'os'
4import { beforeEach, afterEach, describe, expect, mock, test } from 'bun:test'

Callers

nothing calls this directly

Calls 15

sanitizePathComponentFunction · 0.90
getTasksDirFunction · 0.90
createTaskFunction · 0.90
getTaskFunction · 0.90
deleteTaskFunction · 0.90
updateTaskFunction · 0.90
blockTaskFunction · 0.90
listTasksFunction · 0.90
claimTaskFunction · 0.90
resetTaskListFunction · 0.90
notifyTasksUpdatedFunction · 0.90
setLeaderTeamNameFunction · 0.90

Tested by

no test coverage detected