{
"id": "framework:jest",
"_kind": "Framework",
"_file": "domain/frameworks/jest.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Jest",
"description": "JavaScript/TypeScript testing framework. Common pairing with React\nTesting Library for component tests; widely used across Node, browser,\nand React Native projects.\n",
"category": "testing",
"homepageUrl": "https://jestjs.io/",
"primaryLanguageIds": [
"language:javascript",
"language:typescript"
]
},
"outgoingEdges": [
{
"from": "framework:jest",
"to": "language:javascript",
"kind": "applies_to_language",
"attributes": {}
},
{
"from": "framework:jest",
"to": "language:typescript",
"kind": "applies_to_language",
"attributes": {}
}
],
"incomingEdges": []
}