diff --git a/technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md b/technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md index 73495fe..f4a3268 100644 --- a/technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md +++ b/technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md @@ -584,6 +584,7 @@ pnpm test inbox.e2e.spec.ts ## Coverage by Feature + | Feature | Unit Tests | Integration Tests | E2E Tests | Total | |---------|------------|-------------------|-----------|-------| | **Key Management** | 26 | - | - | 26 | @@ -592,6 +593,7 @@ pnpm test inbox.e2e.spec.ts | **Saved Clips** | 14 | 40+ | - | 54+ | | **Inbox Encryption** | - | - | 15+ | 15+ | | **TOTAL** | 83 | 86+ | 15+ | **184+** | + ---