diff --git a/components/server/package.json b/components/server/package.json index 1c5bb026d13af5..7c3030297a861b 100644 --- a/components/server/package.json +++ b/components/server/package.json @@ -20,7 +20,7 @@ "test:leeway": "yarn build && yarn test", "test": "yarn test:unit && yarn test:db", "test:unit": "mocha './**/*.spec.js' --exclude './node_modules/**' --exit", - "test:db": "cleanup() { echo 'Cleanup started'; yarn stop-services; }; trap cleanup EXIT; . $(leeway run components/gitpod-db:db-test-env) && yarn start-services && mocha './**/context-service.spec.db.js' --exclude './node_modules/**' --exit", + "test:db": "cleanup() { echo 'Cleanup started'; yarn stop-services; }; trap cleanup EXIT; . $(leeway run components/gitpod-db:db-test-env) && yarn start-services && mocha './**/*.spec.db.js' --exclude './node_modules/**' --exit", "start-services": "yarn start-testdb && yarn start-redis && yarn start-spicedb", "stop-services": "yarn stop-redis && yarn stop-spicedb", "start-testdb": "leeway run components/gitpod-db:init-testdb",