refactor(core-testing): no-sentry → no-instrumentation (mocks OTel too)

This commit is contained in:
2026-05-11 12:14:18 +02:00
parent bd95315a44
commit 8bedb649ca
5 changed files with 50 additions and 9 deletions

View File

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