Skip to content

Commit 661cf44

Browse files
Address PR Comments
1 parent 7294b76 commit 661cf44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/jest/integration-capture.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ describe('Integration Capture', () => {
7070

7171
describe('Google Click Ids', () => {
7272
it('should capture Google specific click ids', () => {
73-
jest.spyOn(Date, 'now').mockImplementation(() => 42);
74-
7573
const url = new URL('https://www.example.com/?gclid=54321&gbraid=67890&wbraid=09876');
7674

7775
window.location.href = url.href;

0 commit comments

Comments
 (0)