You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaittestSubject.InvokeFromStringAsync("module.exports = callback => callback();").ConfigureAwait(false);// Starts the Node.js process
967
+
UridummyEndpoint=testSubject.Endpoint;
968
+
vardummyJsonService=newJsonService();
969
+
970
+
// Act
971
+
using(vardummyHttpClient=newHttpClient())
972
+
// Send a request with an invalid HTTP method. NodeJS drops the connection halfway through and fires the clientError event - https://nodejs.org/api/http.html#http_event_clienterror
0 commit comments