Skip to content

Commit

Permalink
feat(ga4): component test refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 committed Mar 28, 2024
1 parent 70a468b commit 42ae57c
Show file tree
Hide file tree
Showing 9 changed files with 6,832 additions and 14,903 deletions.
2 changes: 1 addition & 1 deletion test/integrations/destinations/ga4/mocks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const defaultMockFns = () => {
jest.spyOn(Date, 'now').mockImplementation(() => new Date('2022-04-29T05:17:09Z').valueOf());
return jest.spyOn(Date, 'now').mockImplementation(() => new Date('2022-04-29T05:17:09Z').valueOf());
};
Loading

0 comments on commit 42ae57c

Please sign in to comment.