Added the correct paths for the definition files in the tests

This commit is contained in:
Damian Connolly
2015-07-11 21:39:25 +02:00
parent 9c47c6a65a
commit 9c07a9d602
3 changed files with 5 additions and 1 deletions
@@ -1,4 +1,4 @@
/// <reference path="socket.io-client.d.ts"/>
/// <reference path="socket.io-client-1.2.0.d.ts"/>
function testUsingWithNodeHTTPServer() {
var socket = io('http://localhost');
@@ -1,3 +1,5 @@
/// <reference path="socket.io-1.2.0.d.ts"/>
import socketIO = require('socket.io');
function testUsingWithNodeHTTPServer() {
+2
View File
@@ -1,3 +1,5 @@
/// <reference path="socket.io-1.2.0.d.ts"/>
import socketIO = require('socket.io');
function testUsingWithNodeHTTPServer() {