Skip to content

Commit 5c5ba8f

Browse files
committed
fix: add missing Scenario 4 to JSDoc header (#539)
1 parent 09d0539 commit 5c5ba8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/incremental-edge-parity.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* 1. Comment-only touch (no semantic change)
77
* 2. Body edit (change implementation, keep exports)
88
* 3. New export added (structural change)
9+
* 4. File deletion (stale edges must be purged)
910
*
1011
* Uses the sample-project fixture (CJS, classes, cross-file calls) for
1112
* broader edge coverage than the barrel-project fixture.

0 commit comments

Comments
 (0)