You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor unit tests for AwsTextractService to improve mock configuration
- Renamed configService to mockConfigService for clarity in backend/src/services/aws-textract.service.spec.ts.
- Simplified the setup of mock dependencies by directly creating the mockConfigService instance.
- Enhanced readability by removing unnecessary async/await in the beforeEach setup.
0 commit comments