II.
Library JSON
Structured · livelibrary:react-testing-library
React Testing Library json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:react-testing-library",
"_kind": "Library",
"_file": "domain/libraries/react-testing-library.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "React Testing Library",
"belongsToLanguageId": "language:javascript",
"category": "testing",
"description": "Lightweight testing utility for React that encourages writing tests against accessible queries rather than implementation details.\n"
},
"outgoingEdges": [
{
"from": "library:react-testing-library",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:react-testing-library",
"to": "skill-area:react-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:react-testing-library",
"to": "library:jest-dom",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:flutter-test",
"to": "library:react-testing-library",
"kind": "alternative_to"
},
{
"from": "library:jest-dom",
"to": "library:react-testing-library",
"kind": "alternative_to"
},
{
"from": "skill-area:react-testing",
"to": "library:react-testing-library",
"kind": "uses_library"
},
{
"from": "stack-profile:visual-regression-testing",
"to": "library:react-testing-library",
"kind": "composed_of"
}
]
}