iiRecord
Agentic AI Atlas · jest-dom
library:jest-doma5c.ai
II.
Library JSON

library:jest-dom

Structured · live

jest-dom json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-node-testing-utils.yamlCluster · domain
Record JSON
{
  "id": "library:jest-dom",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-testing-utils.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "jest-dom",
    "belongsToLanguageId": "language:javascript",
    "category": "testing",
    "description": "Custom Jest matchers for asserting on DOM nodes — extends Jest with readable assertions like toBeVisible, toHaveTextContent, and toBeDisabled.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:jest-dom",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:jest-dom",
      "to": "skill-area:component-testing",
      "kind": "used_for"
    },
    {
      "from": "library:jest-dom",
      "to": "library:react-testing-library",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:react-testing-library",
      "to": "library:jest-dom",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:contract-testing",
      "to": "library:jest-dom",
      "kind": "composed_of"
    }
  ]
}