Area
Backend API
What problem does this solve?
providerAllowlist.service.ts manages provider domain allowlisting but lacks unit test coverage.
Proposed solution
- Create
backend/tests/services/providerAllowlist.service.test.ts.
- Test domain allowlist validation, wildcard matching, and admin updates.
Area
Backend API
What problem does this solve?
providerAllowlist.service.tsmanages provider domain allowlisting but lacks unit test coverage.Proposed solution
backend/tests/services/providerAllowlist.service.test.ts.