Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

[No Jira] Update some dependencies #662

Merged
merged 3 commits into from Sep 4, 2020
Merged

[No Jira] Update some dependencies #662

merged 3 commits into from Sep 4, 2020

Conversation

shaundon
Copy link
Contributor

@shaundon shaundon commented Sep 3, 2020

No description provided.

@@ -23,7 +23,7 @@ import ReactDOM from 'react-dom';
import AnalyticsContanier from './AnalyticsContainer';

jest.mock('../../helpers/google-analytics-helper', () => ({
...require.requireActual('../../helpers/google-analytics-helper'),
...jest.requireActual('../../helpers/google-analytics-helper'),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -21,11 +21,11 @@ import renderer from 'react-test-renderer';
import withPageViewEvent from './withPageViewEvent';

jest.mock('../helpers/google-analytics-helper', () => ({
...require.requireActual('../helpers/google-analytics-helper'),
...jest.requireActual('../helpers/google-analytics-helper'),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sendPageView: jest.fn(),
}));

const ga = require.requireMock('../helpers/google-analytics-helper');
const ga = jest.requireMock('../helpers/google-analytics-helper');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@backpackbot
Copy link

backpackbot commented Sep 3, 2020

Warnings
⚠️

package-lock.json was updated. Ensure that this was intentional.

Generated by 🚫 dangerJS against d9dedca

@shaundon shaundon merged commit 10e6181 into master Sep 4, 2020
@shaundon shaundon deleted the no-jira-update-deps branch September 4, 2020 08:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants