1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-18599] Forbid unknown property and element in tests (#13556)

Fail tests when relying on unknownProperties or unknownElements. Existing instances are whitelist and have tickets created and assigned to the relevant teams.
This commit is contained in:
Oscar Hinton
2025-02-25 23:02:19 +01:00
committed by GitHub
parent e6e6058f9e
commit cec117459b
34 changed files with 65 additions and 17 deletions

View File

@@ -1 +1 @@
import "jest-preset-angular/setup-jest";
import "@bitwarden/ui-common/setup-jest";

View File

@@ -22,6 +22,7 @@
"@bitwarden/send-ui": ["../../libs/tools/send/send-ui/src"],
"@bitwarden/tools-card": ["../../libs/tools/card/src"],
"@bitwarden/ui-common": ["../../libs/ui/common/src"],
"@bitwarden/ui-common/setup-jest": ["../../libs/ui/common/src/setup-jest"],
"@bitwarden/vault-export-core": [
"../../libs/tools/export/vault-export/vault-export-core/src"
],