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

Unified Diff: chrome_test/tests/user_agent_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/tests/processes_test.js ('k') | package.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_test/tests/user_agent_test.js
diff --git a/chrome_test/tests/user_agent_test.js b/chrome_test/tests/user_agent_test.js
index d382e514522dda1911d697af27153f7a9bf7d732..4a5f620b6c07a56cfcb7762d6abbb1df42eab9ee 100644
--- a/chrome_test/tests/user_agent_test.js
+++ b/chrome_test/tests/user_agent_test.js
@@ -4,6 +4,8 @@
* found in the LICENSE file.
*/
+/* globals TEST, EXPECT_EQ, ASSERT_EQ, EXPECT_TRUE */
+
'use strict';
TEST('UserAgentTest', 'testInTestMode', function() {
« no previous file with comments | « chrome_test/tests/processes_test.js ('k') | package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698