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

Effects: Use block API functions in reusable effects #4732

Merged
merged 1 commit into from
Jan 29, 2018

Conversation

aduth
Copy link
Member

@aduth aduth commented Jan 29, 2018

Related: #3745
Related: #3017

This pull request seeks to refactor the reusable blocks effects unit tests to use block API createReusableBlock and createBlock instead of manually creating block objects. This is more durable to changes in the block interface, as in those introduced with #3745.

Testing instructions:

Since the proposed changes only impact test files, ensure that tests continue to pass:

npm run test-unit

@aduth aduth added the [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. label Jan 29, 2018
@aduth aduth requested a review from noisysocks January 29, 2018 10:57
@noisysocks
Copy link
Member

Thanks @aduth!

@noisysocks noisysocks merged commit 5740568 into master Jan 29, 2018
@noisysocks noisysocks deleted the update/reusable-effects-block-api branch January 29, 2018 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants