Skip to content

Commit

Permalink
revert test script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Nov 22, 2023
1 parent 21141d7 commit 75cd32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 75cd32a

Please sign in to comment.