- Added Redis container to samples job in CircleCI config
- Removed all mocking from E2E tests to use real Bull queue
- Updated app.module.ts to support environment-based Redis config
- Fixed test routes to match controller (POST /audio/transcode)
- Updated jest-e2e.json with proper timeout and exit settings
- Tests now perform true integration testing with real Redis
ci() add npm install before integration tests and sampels
ci() add machine option to integraiton tests
ci() setup remote docker for integration tests
ci() add unit tests mixin function
ci() add unit tests mixin function
ci() fix working directory for integration tests
ci() rename unit tests function
ci() use reusable run-unit-tests config
ci() update naming, add coveralls
ci() add alias for unit tests
ci() add aliases (circleci)
ci() remove run command from aliases
ci() fix aliases
ci(): fix restore cache alias
ci() add list containers step to integration tests
integration() bind urls and hosts to 0.0.0.0
ci() add waiting for mysql task
ci() hotfix, move tasks order (integration)
ci() wait for mysql - change hostname, increase sleep time
ci() add sleep after docker-compose up (integration)
ci() add sleep after docker-compose up fix (seconds)
ci() switch to machine mode (integration tests)
ci() use nvm to switch default node version
ci() hotfix, wrong indentation (integration tests)
ci() add ls-remove (nvm) and node version check
ci() fix install npm task
ci() wip use nvm to run integration tests
ci() remove NPM upgrade task