-
Notifications
You must be signed in to change notification settings - Fork 945
Update Package Dependencies #270
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
Conversation
"chai": "^4.1.1", | ||
"karma": "^1.7.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-sauce-launcher": "^1.2.0", | ||
"karma-spec-reporter": "0.0.31", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^3.5.0" | ||
"mocha": "^4.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mocha 4 introduced a breaking change in that it will no longer force the test process to exit. Should we also configure our test runner to exit by passing --exit
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahhh thank you sir! I was pulling down Travis to debug this very issue. I will refactor to pass --exit
see if that alleviates the CI Issues.
@wilhuff thanks for your help w/ this. All tests are passing with the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for Database.
* Update dependencies throughout application * Adjust to mocha 4 breaking runner issues * Updating webpack dep
Figured I'd close the previous PR as it had some unnecessary commit noise. This should be a little cleaner.