feat(core-testing): R49 guard — block real Sentry SDK init in test processes

This commit is contained in:
2026-05-07 00:11:22 +02:00
parent 05e7bf6c57
commit 64b6eb79d4
7 changed files with 89 additions and 12 deletions

View File

@@ -21,7 +21,6 @@
"test": "vitest run"
},
"dependencies": {
"@repo/core-shared": "workspace:*",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.0",
@@ -43,6 +42,7 @@
"devDependencies": {
"@repo/core-eslint": "workspace:*",
"@repo/core-typescript": "workspace:*",
"@sentry/nextjs": "^10.51.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"jsdom": "^25.0.0",