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.

ScriptedAlchemy Updated

File contents

ScriptedAlchemy/pstack-codex/tree/main/plugins/pstack/skills/principle-test-behavior-not-implementation commit 3d88e43f50

Frequently asked questions

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