Jotzy/frontend
james fitzsimons 2eb924dc9c Add Vitest setup and tests for encryption
- Set up Vitest with testing-library and jsdom for frontend tests - Add
encryption.test.ts to verify deriveKey, wrapMasterKey, unwrapMasterKey -
Add test/setup.ts to extend jest-dom matchers and cleanup after tests -
Enable Vitest in Vite config and add test scripts in
frontend/package.json
2025-12-13 12:15:14 +00:00
..
src Add Vitest setup and tests for encryption 2025-12-13 12:15:14 +00:00
index.html Bulk update 2025-11-23 09:08:01 +00:00
package-lock.json Add Vitest setup and tests for encryption 2025-12-13 12:15:14 +00:00
package.json Add Vitest setup and tests for encryption 2025-12-13 12:15:14 +00:00
tsconfig.json Refactor Home UI and add StatusIndicator 2025-12-11 22:20:23 +00:00
tsconfig.node.json Refactor Home UI and add StatusIndicator 2025-12-11 22:20:23 +00:00
vite.config.mts Add Vitest setup and tests for encryption 2025-12-13 12:15:14 +00:00