Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1020)

Unified Diff: remoting/webapp/unittests/it2me_service_unittest.js

Issue 959963002: [Chromoting] Enable jscompile for webapp unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix key tester Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/unittests/it2me_service_unittest.js
diff --git a/remoting/webapp/unittests/it2me_service_unittest.js b/remoting/webapp/unittests/it2me_service_unittest.js
index 1bd66f5c7f9485ba9b4200e919aac81bd5648413..a9a71b0bcc73038385090a09cd49133dfab75153 100644
--- a/remoting/webapp/unittests/it2me_service_unittest.js
+++ b/remoting/webapp/unittests/it2me_service_unittest.js
@@ -2,6 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+/**
+ * @fileoverview
+ * @suppress {checkTypes|checkVars|reportUnknownTypes|visibility}
+ */
+
(function() {
'use strict';
@@ -129,4 +134,4 @@ test('should reject unknown connection', function() {
sinon.assert.called(randomPort.disconnect);
});
-})();
+})();
« no previous file with comments | « remoting/webapp/unittests/it2me_helper_channel_unittest.js ('k') | remoting/webapp/unittests/l10n_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698