Join our community: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
backend/.env.test is checked into the repo to configure the Jest test environment. Even if the values are dummy test only values, committing an env file sets a bad precedent and risks a future edit accidentally introducing a real credential.
Acceptance criteria
Files to touch
- backend/.env.test
- backend/jest.config.ts
- backend/README.md
Out of scope
Rotating any credentials, none should exist here.
Why this matters
backend/.env.test is checked into the repo to configure the Jest test environment. Even if the values are dummy test only values, committing an env file sets a bad precedent and risks a future edit accidentally introducing a real credential.
Acceptance criteria
Files to touch
Out of scope
Rotating any credentials, none should exist here.