mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added the correct paths for the definition files in the tests
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/// <reference path="socket.io-1.2.0.d.ts"/>
|
||||
|
||||
import socketIO = require('socket.io');
|
||||
|
||||
function testUsingWithNodeHTTPServer() {
|
||||
|
||||
Reference in New Issue
Block a user