test(repo): cover worktree hygiene guardrails

This commit is contained in:
2026-04-01 09:02:37 +02:00
parent e75f69bcf5
commit b2568a3cb4
4 changed files with 185 additions and 38 deletions
+1
View File
@@ -11,6 +11,7 @@
"test": "node ./scripts/run-from-workspace-root.mjs turbo run test:unit",
"test:unit": "node ./scripts/run-from-workspace-root.mjs turbo test:unit",
"test:e2e": "node ./scripts/run-from-workspace-root.mjs turbo test:e2e",
"test:scripts": "node --test scripts/*.test.mjs",
"check:architecture": "node ./scripts/check-architecture-guardrails.mjs",
"check:exports": "node ./scripts/check-workspace-exports.mjs",
"check:imports": "node ./scripts/check-workspace-imports.mjs",