- 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 |
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.mts | ||