| name | description |
|---|---|
test-style |
Enforce strict test-writing conventions when creating or editing TypeScript/Vitest tests in this repository. Use when requests include formatting or refactoring of tests, especially around expected/actual order, expect(actual).toEqual(expected), as const satisfies usage, type alias naming, and implementation-to-test file pairing rules. |
Apply these rules when touching test code.