Closed theecrit closed 2 years ago
docker-compose up -d --build
docker-compose exec api /bin/bash
make validate
ctrl/command+D
exit
docker-compose exec web /bin/sh
npm run test
npx jest
npm run lint-fix
Issue: #467
NOTE: I'm not sure how to run tests without Docker...
Checklist
docker-compose up -d --build
docker-compose exec api /bin/bash
make validate
ctrl/command+D
orexit
docker-compose exec web /bin/sh
npm run test
ornpx jest
npm run lint-fix
Description
Issue: #467
Brief description of solution
NOTE: I'm not sure how to run tests without Docker...