Skip to content

Commit

Permalink
fix tracking test
Browse files Browse the repository at this point in the history
  • Loading branch information
parkjh committed Oct 10, 2019
1 parent d06e914 commit faab7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tracking/__tests__/tracking-context.test.js
Expand Up @@ -220,6 +220,7 @@ module.exports = () => {
});
const reporter = jest.fn();
global.Date = jest.fn(() => new RealDate("2017-09-26T15:25:56.206Z"));
global.Date.now = jest.fn(() => new RealDate("2017-09-26T15:25:56.206Z"));

renderer.create(<WithTrackingAndContext analyticsStream={reporter} />);

Expand Down

0 comments on commit faab7ff

Please sign in to comment.