Skip to content

Commit 2e8b662

Browse files
authored
test(replay): Ensure we don't run replay-worker tests as node unit tests (#10897)
Noticed we seem to have forgotten this, we can skip this there (this runs as browser unit test).
1 parent a037e9f commit 2e8b662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/node-unit-tests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const DEFAULT_SKIP_TESTS_PACKAGES = [
1919
'@sentry/profiling-node',
2020
'@sentry/replay',
2121
'@sentry-internal/replay-canvas',
22+
'@sentry-internal/replay-worker',
2223
'@sentry-internal/feedback',
2324
'@sentry/wasm',
2425
'@sentry/bun',

0 commit comments

Comments
 (0)