1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

assume temporary ownership of jest config (#14782)

This commit is contained in:
Addison Beck
2025-05-14 13:45:07 -04:00
committed by GitHub
parent 6e5a1f184e
commit d10ca1923e

5
.github/CODEOWNERS vendored
View File

@@ -185,5 +185,8 @@ apps/web/src/locales/en/messages.json
**/entrypoint.sh
## Overrides
# tsconfig files are potentially dangerous and will be reviewed by platform to prevent misconfigurations
# For the time being platform owns tsconfig and jest config
# These overrides will be removed after Nx is implemented
# To track that effort please see https://bitwarden.atlassian.net/browse/PM-21636
**/tsconfig.json @bitwarden/team-platform-dev
**/jest.config.js @bitwarden/team-platform-dev