18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"description": "Suggests test files when TypeScript source files are read",
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Read",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/test-file-suggest.ts",
|
|
"timeout": 30
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|