Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate CI from Travis to Github Actions #685

Merged
merged 23 commits into from Feb 11, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Fix ChoosePlanView component test proptype mismatch

  • Loading branch information
wlycdgr committed Feb 10, 2021
commit faf1650deca50ad749e7e2dcf7dc11da9c248e25
@@ -16,6 +16,7 @@ import renderer from 'react-test-renderer';
import { shallow } from 'enzyme';
import { MemoryRouter } from 'react-router';
import ChoosePlanView from '../ChoosePlanView';
import { SEARCH_GHOSTERY } from '../../Step3_ChooseDefaultSearchView/ChooseDefaultSearchConstants';

const noop = () => {};

@@ -25,7 +26,8 @@ describe('app/dawn-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView
selectedGhosteryGlow: true,
actions: {
setSetupStep: noop
}
},
defaultSearch: SEARCH_GHOSTERY,
};
describe('Snapshot tests with react-test-renderer', () => {
test('ChoosePlanView is rendered correctly', () => {
ProTip! Use n and p to navigate between commits in a pull request.