1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

trim the fat

This commit is contained in:
Anders Åberg
2026-01-15 13:23:14 +01:00
parent 9a9ce571fd
commit 3e2641793c

View File

@@ -208,13 +208,6 @@ const enabled = await this.configService.getFeatureFlag(FeatureFlag.MyFlag);
### Test Structure
Tests are colocated with source files using `.spec.ts` suffix:
```
libs/common/src/vault/models/domain/cipher.ts
libs/common/src/vault/models/domain/cipher.spec.ts
```
### Test Utilities
| Utility | Location | Purpose |