{
"id": "tool:jest",
"_kind": "Tool",
"_file": "domain/tools/jest.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Jest",
"kind": "test-runner",
"language": "language:javascript",
"description": "JavaScript testing framework with focus on simplicity and zero-config.\n"
},
"outgoingEdges": [
{
"from": "tool:jest",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "tool:jest",
"to": "skill-area:react-testing",
"kind": "tool_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "skill-area:component-testing",
"to": "tool:jest",
"kind": "uses_tool"
},
{
"from": "skill-area:react-testing",
"to": "tool:jest",
"kind": "uses_tool"
}
]
}