iiRecord
Agentic AI Atlas · Jest
framework:jesta5c.ai
II.
Framework JSON

framework:jest

Structured · live

Jest json

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

File · domain/frameworks/jest.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}