mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +03:00
Remove the skipping of the socket http test (#3364)
Co-authored-by: Pilot <timemachine@ctrl-c.club>
This commit is contained in:
@@ -368,7 +368,7 @@ describe('supports http with nodejs', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it.skip('should support sockets', function (done) {
|
||||
it('should support sockets', function (done) {
|
||||
server = net.createServer(function (socket) {
|
||||
socket.on('data', function () {
|
||||
socket.end('HTTP/1.1 200 OK\r\n\r\n');
|
||||
|
||||
Reference in New Issue
Block a user