doesitarm/test
ThatGuySam cd41143f0d refactor(scanner): type plist and file-api helpers
Convert the scanner's plist parser and Node-style file shim to TypeScript and add small unit tests so common parser and file-reader failures are caught before we need to lean on Playwright or the higher-level scanner test.

Constraint: Must preserve current scanner behavior while tightening the lowest-level helper surface
Rejected: Jump straight to Mach-O parser conversion | harder to isolate regressions without first proving the smaller helper-test pattern
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Add small module-level regression tests for repeatable scanner breakage before expanding browser coverage
Tested: pnpm run typecheck; pnpm exec vitest run test/scanner/plist.test.ts test/scanner/file-api.test.ts test/scanner/client.test.ts; pnpm run test; pnpm run test:browser
Not-tested: Production deploy behavior prior to push
2026-04-04 18:13:32 -05:00
..
_artifacts Add artifacts temp directory 2022-07-16 14:48:19 -05:00
_disabled/scanner refactor(scanner): type the worker path and align app-test results 2026-04-04 14:58:25 -05:00
api update: refactor into typescript 2025-02-10 19:19:12 -06:00
helpers update: enable helpers again 2024-12-27 15:25:57 -06:00
listings update: initial vitest refactor for listings 2025-01-11 19:19:45 -06:00
msw Move msw listener to file 2023-08-12 16:14:45 -05:00
playwright refactor(scanner): type the worker path and align app-test results 2026-04-04 14:58:25 -05:00
prebuild feat(search): add pagefind provider support 2026-03-15 13:42:07 -05:00
scanner refactor(scanner): type plist and file-api helpers 2026-04-04 18:13:32 -05:00
main.test.ts update: refactor main into vitest 2025-02-10 20:27:05 -06:00