$ yarn e2e:mock-server
yarn run v1.22.19
$ NODE_ENV=development ./jest/dev-infra/with-test-redis-and-db.sh ts-node --project tsconfig.e2e.json __e2e__/mock-server.ts
WARN[0000] /Users/trivikram/workspace/social-app/jest/dev-infra/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
WARN[0000] /Users/trivikram/workspace/social-app/jest/dev-infra/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 2/2
✔ Container dev-infra-redis_test-1 Healthy 1.3s
✔ Container dev-infra-db_test-1 Healthy 1.8s
Mock server manager listening on 1986
Describe the Feature
This is happening since Version top-level element is obsolete.
But it's used in:
Remove obsolete 'version' from docker-compose.yml
Attachments
No response
Describe Alternatives
No response
Additional Context
No response