Reference tile for Themis, a Node.js and TypeScript unit test framework designed for AI coding agents. Covers unit-test authoring, Jest/Vitest migration, agent-readable failure output with repair hints, and first-class integrations for Claude Code, Cursor, and generic agents.
96
94%
Does it follow best practices?
Impact
97%
2.69xAverage score across 10 eval scenarios
Passed
No known issues
These rules apply only when the repository already uses Themis.
intent(...) for behavior and workflow validation.test(...) for low-level pure-unit checks.__themis__/tests..themis/ as framework-managed artifact output.describe, it, expect, jest, vi, or @jest/globals.tests/*.cjs or tests/*.setup.* files just to shim style or asset imports.--reporter agent in edit-test-fix loops for structured failure output with repairHints.--rerun-failed to re-run only failing tests after a fix, not the full suite.See Themis docs for the CLI reference, migration commands, and downstream layout.
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
rules
skills
themis