diff --git a/underscore.string/underscore.string-tests.disabled.ts b/underscore.string/underscore.string-tests.disabled.ts
index cfbf3bc2d3..34c76e13ec 100644
--- a/underscore.string/underscore.string-tests.disabled.ts
+++ b/underscore.string/underscore.string-tests.disabled.ts
@@ -1,8 +1,6 @@
///
///
-_ = _.string;
-
_.numberFormat(1000, 2);
_.numberFormat(123456789.123, 5, '.', ',');