Files
Kazuki Yamada e2fbedb2a7 fix(tests): Address PR review feedback
- Extract duplicated `writeFixture` helper into `tests/testing/testUtils.ts` (gemini)
- Replace `charCodeAt(0) !== 0xfeff` with `startsWith('')` for BOM check readability (gemini)
- Simplify base64 fixture generation to `charset.repeat(N).slice(0, 512)` (gemini)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 18:03:35 +09:00
..