未验证 提交 76882558 编写于 作者: D Daniel Lopretto 提交者: GitHub

Remove the skipping of the `socket` http test (#3364)

Co-authored-by: NPilot <timemachine@ctrl-c.club>
上级 820fe6e4
......@@ -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');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册