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

fix: integration test finished before resolving #401

Merged
merged 1 commit into from
Oct 24, 2018

Conversation

rosshadden
Copy link
Contributor

Impact: minor
Type: bugfix|test

Issue

The SSR integration test wasn't actually testing anything, because of how mocha expects async tests.

Solution

Used mocha's done callback workflow.

Testing

docker-compose exec web yarn test:integration

@rosshadden rosshadden added the bug For issues that describe a defect or regression in the released software label Oct 22, 2018
@rosshadden rosshadden self-assigned this Oct 22, 2018
@jeffcorpuz
Copy link
Contributor

Looks good to me! Thank you for the fix.

@rosshadden rosshadden merged commit dd569ee into develop Oct 24, 2018
@rosshadden rosshadden deleted the fix-integration-test branch October 24, 2018 06:34
This was referenced Jan 15, 2019
@spencern spencern mentioned this pull request Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For issues that describe a defect or regression in the released software
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants