From e03a66dac6d1f9f137cf5dfd09325a99416931b2 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Mon, 4 Mar 2024 08:39:45 +0000 Subject: [PATCH] test(replay): Ensure we don't run replay-worker tests as node unit tests --- scripts/node-unit-tests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/node-unit-tests.ts b/scripts/node-unit-tests.ts index c876552d2d8d..972c6d76db65 100644 --- a/scripts/node-unit-tests.ts +++ b/scripts/node-unit-tests.ts @@ -19,6 +19,7 @@ const DEFAULT_SKIP_TESTS_PACKAGES = [ '@sentry/profiling-node', '@sentry/replay', '@sentry-internal/replay-canvas', + '@sentry-internal/replay-worker', '@sentry-internal/feedback', '@sentry/wasm', '@sentry/bun',