Commit dfd5d98
committed
docs: clarify test-naming convention allows judgment for cross-cutting tests
The "one file per lexicon" rule is a default, not a strict requirement.
When a test exercises behavior that spans multiple lexicons or code
files (shared *.defs lexicons, cross-cutting union semantics, etc.),
pick the clearest name for what's under test rather than duplicating
near-identical tests across every carrier.
Cite validate-signature-defs.test.ts as an illustrative example.
Surfaced by CodeRabbit feedback on PR #170.1 parent f0f6b40 commit dfd5d98
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
301 | 316 | | |
302 | 317 | | |
303 | 318 | | |
| |||
0 commit comments