-
-
Notifications
You must be signed in to change notification settings - Fork 178
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 support for runInTerminal request #67
Conversation
@weinand Does the testsupport already support the |
@felixfbecker not yet. Since this is the first 'reverse' request, it needs some work to provide support for this... |
@weinand that's unfortunate, I thought that it is implemented in the node debugger would mean you also have tests for that. Cannot merge this because it seems to break the tests completely even though everything works fine. |
@felixfbecker I do not understand what you mean and why it breaks something. |
runInTerminal is implemented in node-debug. So I assumed you had tests for that in the test suite of the node-debug, so I assumed the testsupport would support it. The failing tests were a bug on my side though, sorry. I just don't feel very confident merging this as I can't write any tests without testsupport... |
@weinand Is there a way to highlight the |
d33d9f4
to
79d2c33
Compare
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
===========================================
+ Coverage 62.28% 75.03% +12.74%
===========================================
Files 5 4 -1
Lines 830 733 -97
Branches 138 125 -13
===========================================
+ Hits 517 550 +33
+ Misses 256 182 -74
+ Partials 57 1 -56
Continue to review full report at Codecov.
|
79d2c33
to
1a19fc3
Compare
Closing in favor of #966 |
Closes #60
externalConsole
is now deprecated