From 24287527f2b1dc2e6a6a449dda4fa74003117409 Mon Sep 17 00:00:00 2001 From: SomaticIT Date: Wed, 5 Feb 2014 21:34:50 +0100 Subject: [PATCH] Update Test to remove global var as defined in Definitions --- mocha/mocha-tests.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/mocha/mocha-tests.ts b/mocha/mocha-tests.ts index 19c869c136..597d9cbe2c 100644 --- a/mocha/mocha-tests.ts +++ b/mocha/mocha-tests.ts @@ -1,7 +1,5 @@ /// -var mocha: Mocha; - function test_describe() { describe('something', () => { });