docs: correct stale no-op comments in node test setup

setup/node.ts installs the no-instrumentation guard (vi.mock against
real Sentry/OTel SDK init) via its import — it was never a no-op. Fix
the same lie in core-typescript's jsdom base-config test comments and
test title. (S2)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 17:20:27 +02:00
parent 3cf2572c85
commit bb2751eede
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
import "./no-instrumentation";
// Reserved for future global node-env setup. Currently a no-op so that
// vitest configs may reference @repo/core-testing/setup/node uniformly.
// Applies the no-instrumentation guard (vi.mock against real Sentry/OTel SDK
// init) via the import above; otherwise reserved for future global node-env
// setup so vitest configs may reference @repo/core-testing/setup/node uniformly.
export {};