We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461ace4 commit 82e12f1Copy full SHA for 82e12f1
test/jest/roktManager.spec.ts
@@ -1093,9 +1093,6 @@ describe('RoktManager', () => {
1093
});
1094
1095
it('should not call identify when emailsha256 matches current user other5 identity', () => {
1096
- // Reset mocks
1097
- jest.clearAllMocks();
1098
-
1099
const kit: Partial<IRoktKit> = {
1100
launcher: {
1101
selectPlacements: jest.fn(),
@@ -1186,9 +1183,6 @@ describe('RoktManager', () => {
1186
1183
1187
1184
1188
1185
it('should not call identify when current user has other identity but emailsha256 is null', () => {
1189
1190
1191
1192
1193
1194
0 commit comments