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

@@ -1,3 +1,4 @@
import "./no-sentry";
import "@testing-library/jest-dom/vitest";
import { afterEach } from "vitest";
import { cleanup } from "@testing-library/react";