From 9c07a9d60257a8e1631aee74184617c2eeca401d Mon Sep 17 00:00:00 2001 From: Damian Connolly Date: Sat, 11 Jul 2015 21:39:25 +0200 Subject: [PATCH] Added the correct paths for the definition files in the tests --- socket.io-client/legacy/socket.io-client-1.2.0-tests.ts | 2 +- socket.io/legacy/socket.io-1.2.0-tests.ts | 2 ++ socket.io/socket.io-tests.ts | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/socket.io-client/legacy/socket.io-client-1.2.0-tests.ts b/socket.io-client/legacy/socket.io-client-1.2.0-tests.ts index 803a9c786..3ad8db95f 100644 --- a/socket.io-client/legacy/socket.io-client-1.2.0-tests.ts +++ b/socket.io-client/legacy/socket.io-client-1.2.0-tests.ts @@ -1,4 +1,4 @@ -/// +/// function testUsingWithNodeHTTPServer() { var socket = io('http://localhost'); diff --git a/socket.io/legacy/socket.io-1.2.0-tests.ts b/socket.io/legacy/socket.io-1.2.0-tests.ts index 442e67775..93899d0d9 100644 --- a/socket.io/legacy/socket.io-1.2.0-tests.ts +++ b/socket.io/legacy/socket.io-1.2.0-tests.ts @@ -1,3 +1,5 @@ +/// + import socketIO = require('socket.io'); function testUsingWithNodeHTTPServer() { diff --git a/socket.io/socket.io-tests.ts b/socket.io/socket.io-tests.ts index 442e67775..93899d0d9 100644 --- a/socket.io/socket.io-tests.ts +++ b/socket.io/socket.io-tests.ts @@ -1,3 +1,5 @@ +/// + import socketIO = require('socket.io'); function testUsingWithNodeHTTPServer() {