From e377e15866df39b4cee6ca47677f3d934668d646 Mon Sep 17 00:00:00 2001 From: gstamac Date: Fri, 23 Aug 2013 14:01:06 +0200 Subject: [PATCH] Restify: changed "import module" to "import require" --- restify/restify-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restify/restify-tests.ts b/restify/restify-tests.ts index f54882965b..79a56f578c 100644 --- a/restify/restify-tests.ts +++ b/restify/restify-tests.ts @@ -1,6 +1,6 @@ /// -import restify = module("restify"); +import restify = require("restify"); var server = restify.createServer({ formatters: {