Skip to content

Commit 3c51ee3

Browse files
committed
test(replay): Remove unused jest.unmock calls
1 parent 497a3c7 commit 3c51ee3

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

packages/replay/test/unit/coreHandlers/handleFetch.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { handleFetch } from '../../../src/coreHandlers/handleFetch';
22
import { mockSdk } from './../../index';
33

4-
jest.unmock('@sentry/browser');
5-
64
beforeAll(function () {
75
mockSdk();
86
});

packages/replay/test/unit/createPerformanceEntry.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { createPerformanceEntries } from '../../src/createPerformanceEntry';
22
import { mockSdk } from './../index';
33

4-
jest.unmock('@sentry/browser');
5-
64
beforeAll(function () {
75
mockSdk();
86
});

packages/replay/test/unit/index-sampling.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
jest.unmock('@sentry/browser');
2-
31
// mock functions need to be imported first
42
import { mockRrweb, mockSdk } from './../index';
53
import { useFakeTimers } from './../utils/use-fake-timers';

0 commit comments

Comments
 (0)