Skip to content

Commit 82e12f1

Browse files
committed
remove clearallmocks from individual tests
1 parent 461ace4 commit 82e12f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/jest/roktManager.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,9 +1093,6 @@ describe('RoktManager', () => {
10931093
});
10941094

10951095
it('should not call identify when emailsha256 matches current user other5 identity', () => {
1096-
// Reset mocks
1097-
jest.clearAllMocks();
1098-
10991096
const kit: Partial<IRoktKit> = {
11001097
launcher: {
11011098
selectPlacements: jest.fn(),
@@ -1186,9 +1183,6 @@ describe('RoktManager', () => {
11861183
});
11871184

11881185
it('should not call identify when current user has other identity but emailsha256 is null', () => {
1189-
// Reset mocks
1190-
jest.clearAllMocks();
1191-
11921186
const kit: Partial<IRoktKit> = {
11931187
launcher: {
11941188
selectPlacements: jest.fn(),

0 commit comments

Comments
 (0)