II.
Library JSON
Structured · livelibrary:supertest
Supertest json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:supertest",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Supertest",
"belongsToLanguageId": "language:javascript",
"category": "testing",
"description": "HTTP assertions library for testing Node.js servers — makes HTTP calls to an express/koa/fastify app and asserts on responses.\n"
},
"outgoingEdges": [
{
"from": "library:supertest",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:supertest",
"to": "skill-area:component-testing",
"kind": "used_for"
},
{
"from": "library:supertest",
"to": "library:msw",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:contract-testing",
"to": "library:supertest",
"kind": "composed_of"
},
{
"from": "stack-profile:api-mocking-simulation",
"to": "library:supertest",
"kind": "composed_of"
}
]
}