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
$ make test
make up
docker-compose up -d
[+] Running 2/2
✔ Network the-router_default Created 0.0s
✔ Container the-router-app-1 Started 0.3s
make install
docker-compose exec app yarn install
yarn install v1.22.22
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.19s.
docker-compose exec app yarn test
yarn run v1.22.22
$ jest
PASS src.ts/tests/utils.test.ts
PASS src.ts/tests/index.test.ts
Test Suites: 2 passed, 2 total
Tests: 18 passed, 18 total
Snapshots: 0 total
Time: 2.622 s
Ran all test suites.
Done in 3.34s.
make down
docker-compose down
[+] Running 2/1
✔ Container the-router-app-1 Removed 10.1s
✔ Network the-router_default Removed