Update Test to remove global var as defined in Definitions

This commit is contained in:
SomaticIT 2014-02-05 21:34:50 +01:00
parent 8200340199
commit 24287527f2

View File

@ -1,7 +1,5 @@
/// <reference path="mocha.d.ts" />
var mocha: Mocha;
function test_describe() {
describe('something', () => { });