File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ npm test
3030Follow this exact sequence for ALL code changes. Work in small increments — make one change at a time and validate before proceeding.
3131
32321 . ** Research** : Search codebase for existing patterns, commands, utilities. Understand how similar functionality is implemented.
33- 2 . ** Write failing integration test** : Create test describing desired behavior (use Cucumber for integration tests)
33+ 2 . ** Write failing integration test** : Create test (or modify existing test) describing desired behavior (use Cucumber for integration tests)
34343 . ** Verify failure** : Run ` npm run test:integration ` — confirm clear failure message
35- 4 . ** Write failing unit test** : Create test describing desired behavior
35+ 4 . ** Write failing unit test** : Create test (or modify existing test) describing desired behavior
36365 . ** Verify failure** : Run ` npm run test:unit:base ` — confirm clear failure message
37376 . ** Implement minimal code** : Write just enough to pass
38387 . ** Verify pass** : Run ` npm run test:unit:base ` — confirm pass
You can’t perform that action at this time.
0 commit comments