Commit 866f416
committed
test(devx): assert the freshness predicate the walk applies, not a copy of it
The self-test's source-file cases re-spelled `SOURCE_FILE.test(name) &&
!TEST_FILE.test(name)` inline, so they pinned the two constants and nothing
about how `newestSourceMtime` combines them -- an assertion that would stay
green through a walk that had stopped excluding test files. Name the
predicate and call it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KNfj35pXRxnF1D3gZN5zjc1 parent e7c35e7 commit 866f416
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1413 | 1413 | | |
1414 | 1414 | | |
1415 | 1415 | | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
1416 | 1427 | | |
1417 | 1428 | | |
1418 | 1429 | | |
| |||
1449 | 1460 | | |
1450 | 1461 | | |
1451 | 1462 | | |
1452 | | - | |
| 1463 | + | |
1453 | 1464 | | |
1454 | 1465 | | |
1455 | 1466 | | |
| |||
2710 | 2721 | | |
2711 | 2722 | | |
2712 | 2723 | | |
2713 | | - | |
| 2724 | + | |
2714 | 2725 | | |
2715 | 2726 | | |
2716 | 2727 | | |
| |||
0 commit comments