diff --git a/node-tests/definitions/chai.d.ts b/node-tests/definitions/chai.d.ts
index b07ee43e0..fae15cd05 100644
--- a/node-tests/definitions/chai.d.ts
+++ b/node-tests/definitions/chai.d.ts
@@ -1,3 +1,4 @@
+/* tslint:disable */
// Type definitions for chai 1.7.2
// Project: http://chaijs.com/
diff --git a/node-tests/definitions/mocha.d.ts b/node-tests/definitions/mocha.d.ts
index 64255a7ba..7cd5abcae 100644
--- a/node-tests/definitions/mocha.d.ts
+++ b/node-tests/definitions/mocha.d.ts
@@ -1,3 +1,5 @@
+/* tslint:disable */
+
// Type definitions for mocha 1.17.1
// Project: http://visionmedia.github.io/mocha/
// Definitions by: Kazi Manzur Rashid , otiai10
diff --git a/node-tests/test-xml.ts b/node-tests/test-xml.ts
index 6d392a958..3e431829d 100644
--- a/node-tests/test-xml.ts
+++ b/node-tests/test-xml.ts
@@ -17,7 +17,6 @@ describe("xml parser", () => {
});
});
-
it("handles whitespace around attribute =", () => {
let attributes = null;
let element = null;