Principle Test Behavior Not Implementation

Apply when you write, change, or keep a test. Call the code the way its users do and assert the result they observe against a literal expected value. If the test would still pass when every imported function returns undefined, rewrite the assertion or delete the test.

cursor 42de6f8 2.5 KB Updated

File contents

cursor/plugins/tree/main/pstack/skills/principle-test-behavior-not-implementation commit 42de6f8f7c

Frequently asked questions

npx skillmds@latest add cursor/principle-test-behavior-not-implementation