Denis Bashkatov

Results 3 comments of Denis Bashkatov

Hi, thank you for the report! Please confirm that before running tests command you executed steps: - cp .env.example .env && cp .env.test.example .env.test - docker-compose -f ./docker-compose.test.yml up -d...

Hi, I suggest you to apply a temporary fix for this issue Please add a record `127.0.0.1 db` To the `/etc/hosts` file on your machine To get rid of previously...

Try adding to package.json following: "resolutions": { "react": "18.3.1" }, Replace react version with yours