fix: tests aborting early

This commit is contained in:
Rainer Killinger
2025-06-24 11:48:17 +02:00
parent 77f41e1b15
commit 52ad5c081f
19 changed files with 497 additions and 536 deletions

View File

@@ -22,7 +22,7 @@
"publish-packages": "pnpm changeset version && pnpm syncpack:fix && pnpm install && pnpm format:fix && git add . && git commit -m \"docs: update changelogs for release\" -m \"ci: publish release\" && git push && pnpm changeset tag && git push --follow-tags",
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges --types dev,peer,prod",
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
"test": "trap 'node coverage.mjs' EXIT && dotenv -c -- turbo run test",
"test": "trap 'node coverage.mjs' EXIT && dotenv -c -- turbo run test --continue",
"test:integration": "dotenv -c -- turbo run test:integration",
"test:integration:app": "dotenv -c -- turbo run test:integration --filter=@openstapps/app",
"test:integration:backend": "dotenv -c -- turbo run test:integration --filter=@openstapps/backend",
@@ -40,8 +40,8 @@
"junit-report-merger": "6.0.3",
"prettier": "3.1.1",
"syncpack": "12.3.0",
"turbo": "1.13.3",
"turbo-ignore": "1.13.3",
"turbo": "1.13.4",
"turbo-ignore": "1.13.4",
"typedoc": "0.25.12",
"typescript": "5.4.2"
}