II.
Framework JSON
Structured · liveframework:jest
Jest json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": "belongs_to_language"
},
{
"from": "framework:jest",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:jest",
"to": "language:javascript",
"kind": "applies_to_language",
"attributes": {}
},
{
"from": "framework:jest",
"to": "language:typescript",
"kind": "applies_to_language",
"attributes": {}
},
{
"from": "framework:jest",
"to": "skill-area:component-testing",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:jest",
"to": "library:rspec",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:rspec",
"to": "framework:jest",
"kind": "alternative_to"
},
{
"from": "specialization:qa-testing-automation",
"to": "framework:jest",
"kind": "uses_framework"
}
]
}