2
0
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:
Daniel Lopretto
2020-10-30 02:54:42 -04:00
committed by GitHub
parent 820fe6e41a
commit 768825589f
+1 -1
View File
@@ -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');