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

Unified Diff: chrome_test/tests/extension_test.js

Issue 1415743013: Run jshint over all JavaScript files (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@repo_conf
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « chrome_test/tcpapp/tcp.js ('k') | chrome_test/tests/processes_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_test/tests/extension_test.js
diff --git a/chrome_test/tests/extension_test.js b/chrome_test/tests/extension_test.js
index 6e95dab9dbe78f42ea1b86983a66585b2c0eb090..b44af56fb1517ae6977264b93df9798c43cb24e3 100644
--- a/chrome_test/tests/extension_test.js
+++ b/chrome_test/tests/extension_test.js
@@ -4,8 +4,9 @@
* found in the LICENSE file.
*/
-'use strict';
+/* globals TEST, EXPECT_EQ, ASSERT_EQ, chrometest */
+'use strict';
TEST('ExtensionTest', 'testGetAllExtensions', function() {
return chrometest.getAllExtensions().then(function(extensions) {
« no previous file with comments | « chrome_test/tcpapp/tcp.js ('k') | chrome_test/tests/processes_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698