test: align jest db bootstrap with ci
This commit is contained in:
@@ -8,7 +8,7 @@ echo ">>> Running frontend lint locally"
|
||||
(cd frontend && npm run lint)
|
||||
|
||||
echo ">>> Running backend test suite"
|
||||
(cd backend && npm test -- --runInBand --coverage)
|
||||
(USE_DOCKER_TEST_DB=${USE_DOCKER_TEST_DB:-true} cd backend && npm test -- --runInBand --coverage)
|
||||
|
||||
echo ">>> Running frontend test suite"
|
||||
(cd frontend && npm test -- --watchAll=false --coverage)
|
||||
|
||||
Reference in New Issue
Block a user