-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat(client): 'ws' clientMode #2090
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
feat(client): 'ws' clientMode #2090
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2090 +/- ##
==========================================
+ Coverage 94.46% 94.74% +0.28%
==========================================
Files 32 32
Lines 1210 1256 +46
Branches 334 360 +26
==========================================
+ Hits 1143 1190 +47
+ Misses 65 64 -1
Partials 2 2
Continue to review full report at Codecov.
|
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.
/cc @hiroppy
/cc @Loonride something wrong with node@6 😕 |
I think this was just a very unsuccessful e2e test run, not particular to node 6. Unless there is something in the output that I missed |
* feat(client): ws client mode * test(client): changed client and client mode tests to use arrays
For Bugs and Features; did you add new tests?
Yes
Motivation / Use-Case
Adds
clientMode: 'ws'
with tests to confirm that it works, including full e2e tests.Breaking Changes
None
Additional Info