Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ mkdir, rm } from
'fs/promises'
2
import
{ join } from
'path'
3
import
{ tmpdir } from
'os'
4
import
{ beforeEach, afterEach, describe, expect, mock, test } from
'bun:test'
Callers
nothing calls this directly
Calls
15
sanitizePathComponent
Function · 0.90
getTasksDir
Function · 0.90
createTask
Function · 0.90
getTask
Function · 0.90
deleteTask
Function · 0.90
updateTask
Function · 0.90
blockTask
Function · 0.90
listTasks
Function · 0.90
claimTask
Function · 0.90
resetTaskList
Function · 0.90
notifyTasksUpdated
Function · 0.90
setLeaderTeamName
Function · 0.90
Tested by
no test coverage detected