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

Testing: Refactor signup tests to remove rewire dependency #5811

Merged
merged 1 commit into from
Jun 6, 2016

Conversation

aduth
Copy link
Contributor

@aduth aduth commented Jun 5, 2016

Related: #1515

This pull request seeks to refactor client/signup to remove its dependency on rewire, in an effort to move forward with Calypo's Babel 6 migration.

Testing instructions:

Ensure that Mocha tests continue to pass.

Verify that no regressions are introduced to signup.

/cc @gziolo , @umurkontaci

@aduth aduth added Framework [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. Testing labels Jun 5, 2016
user = require( 'lib/user' )();

flows = require( 'signup/config/flows' );
sinon.stub( flows, 'getFlows' ).returns( mockedFlows );
Copy link
Member

Choose a reason for hiding this comment

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

Nice one :)

@gziolo gziolo added [Status] Ready to Merge and removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Jun 6, 2016
@gziolo
Copy link
Member

gziolo commented Jun 6, 2016

LGTM 👍

@gziolo gziolo merged commit 51453ff into master Jun 6, 2016
@gziolo gziolo deleted the remove/rewire-signup branch June 6, 2016 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants