diff --git a/Tests/backbone-tests.ts b/Tests/backbone-tests.ts
index 43847fef3..e3c8cd42b 100644
--- a/Tests/backbone-tests.ts
+++ b/Tests/backbone-tests.ts
@@ -1,4 +1,4 @@
-///
+///
declare var _, $;
diff --git a/Tests/bootstrap-tests.ts b/Tests/bootstrap-tests.ts
index 552307093..3e15aaa8b 100644
--- a/Tests/bootstrap-tests.ts
+++ b/Tests/bootstrap-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+///
+///
$('body').off('.data-api');
$('body').off('.alert.data-api');
diff --git a/Tests/history-tests.ts b/Tests/history-tests.ts
index 4691e3be0..0f76fbdcf 100644
--- a/Tests/history-tests.ts
+++ b/Tests/history-tests.ts
@@ -1,4 +1,4 @@
-///
+///
if (!History.enabled) {
return false;
diff --git a/Tests/modernizr-tests.ts b/Tests/modernizr-tests.ts
index 2532947e9..707ef065b 100644
--- a/Tests/modernizr-tests.ts
+++ b/Tests/modernizr-tests.ts
@@ -1,4 +1,4 @@
-///
+///
declare var $: any;
diff --git a/Tests/mustache-tests.ts b/Tests/mustache-tests.ts
index 0ae9f7ed1..8dad7ee45 100644
--- a/Tests/mustache-tests.ts
+++ b/Tests/mustache-tests.ts
@@ -1,4 +1,4 @@
-///
+///
var view = { title: "Joe", calc: function () { return 2 + 4; } };
var output = Mustache.render("{{title}} spends {{calc}}", view);
diff --git a/Tests/underscore-tests.ts b/Tests/underscore-tests.ts
index 56fa2f11f..a7775a030 100644
--- a/Tests/underscore-tests.ts
+++ b/Tests/underscore-tests.ts
@@ -1,4 +1,4 @@
-///
+///
declare var $;