-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add tests to cover initializeMiddleware function #45
Add tests to cover initializeMiddleware function #45
Conversation
Codecov Report
@@ Coverage Diff @@
## master #45 +/- ##
==========================================
+ Coverage 86.61% 93.66% +7.04%
==========================================
Files 5 5
Lines 142 142
Branches 24 24
==========================================
+ Hits 123 133 +10
+ Misses 15 6 -9
+ Partials 4 3 -1
Continue to review full report at Codecov.
|
7210140
to
f90d212
Compare
f90d212
to
7f01e02
Compare
…hether the store is already initialized or not
a08e9c5
to
6f6a11f
Compare
… moved under isInitialized suite, and some code enhancements
e268518
to
45f9ac5
Compare
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 good 👍. Thanks! Merging.
Resolves #38
Request
andResponse
objects.initializeMiddleware
function.