mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-16 22:21:16 +00:00
- Add package.json with Vitest, jsdom, Vite, and Preact dependencies - Configure Vitest with jsdom environment for component testing - Create test stubs for billStore (PEOPLE-01, PEOPLE-02, PEOPLE-03, PEOPLE-04) - Create test stubs for currency utilities (dollarsToCents, centsToDollars, formatCurrency)