Commit fcddd15
docs(platform-objects): correct the vitest config's trailing effect claim (#16911)
The trailing comment opened "No `test` block" and closed "this file's only
effect the alias above". Both were true as written (#7934/#8314): the file was
this package's first vitest config and carried the alias and nothing else, as
its own commit message records — "It carries the alias and nothing else: no
`test` block".
Both were falsified in place when the console-intercept disarm landed ABOVE
them and left them standing (#10374/#13522). Measured on 44c849c: the file
opens with a `test` block whose one key is `disableConsoleIntercept: true`, so
there IS a test block and the alias is NOT the only effect.
The load-bearing half of that sentence is kept intact and now stands on its
own: discovery is still untouched (zero `include`/`exclude`/`dir` keys in the
file), and narrowing `include` here would still silently drop cases while the
gate this file answers went green.
The retired wording is paraphrased rather than quoted, so a census grep for the
old phrasing does not land back on this file.
Config-only, publishes nothing: the file is absent from the package tarball and
its text reaches zero dist files, while a control src JSDoc reaches six.
Claude-Session: https://claude.ai/code/session_01ADLdAs2pVcH17h9tZKWMBg
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5abca17 commit fcddd15
1 file changed
Lines changed: 18 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
68 | 73 | | |
69 | | - | |
70 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
71 | 84 | | |
0 commit comments