Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ task_tools.test.ts
File
task_tools.test.ts
src/app/service/agent/core/tools/task_tools.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi } from
"vitest"
;
2
import
{ createTaskTools,
type
Task } from
"./task_tools"
;
3
4
describe(
"task_tools"
, () => {
Callers
nothing calls this directly
Calls
4
createTaskTools
Function · 0.90
fn
Method · 0.80
execute
Method · 0.65
parse
Method · 0.45
Tested by
no test coverage detected