-
Notifications
You must be signed in to change notification settings - Fork 283
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
Integration tests are failing randomly #6
Comments
I have the same issue. I believe more people are having this problem at #12. Edit: It seems a solution was provided in #1. Here's the comment with the solution. |
Error: Cannot find module 'walker'
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Integration tests fail in a random manner.
Steps
npm test
Result:
Some integration tests are failing with:
Expected Result
All tests (unit and integration) should pass
Probable reason
Race condition. The server has not been stopped on time when the next test cases initiates.
The text was updated successfully, but these errors were encountered: