Commit 02450dd
committed
chore(docs): drop inline require for readFileSync (Gemini adjudication)
Hoist readFileSync to the top-of-file `node:fs` import group rather than
require()-ing it inline in the test body. ESM-consistent with the rest of the
file. Gemini Code Assist flagged the same issue at line 23 + line 295 — both
accept (real consistency improvement, trivial fix, zero behavioral risk).
Vitest still 23/23 green; prettier check green.
Signed-off-by: SoundMindsAI <eric.starr@soundminds.ai>1 parent 073e0a5 commit 02450dd
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| |||
291 | 299 | | |
292 | 300 | | |
293 | 301 | | |
294 | | - | |
295 | 302 | | |
296 | 303 | | |
297 | 304 | | |
| |||
0 commit comments