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

Unified Diff: tracing/tracing/base/unittest.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « tracing/tracing/base/unit_scale.html ('k') | tracing/tracing/base/unittest/html_test_results.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/unittest.html
diff --git a/tracing/tracing/base/unittest.html b/tracing/tracing/base/unittest.html
index 9e56e22c7219b82ad7fabdb5a6ecf6f891de6614..0595c981bb0dbaf0395c98959669af20334aa5f9 100644
--- a/tracing/tracing/base/unittest.html
+++ b/tracing/tracing/base/unittest.html
@@ -19,8 +19,9 @@ found in the LICENSE file.
var chaiAbsPath = HTMLImportsLoader.hrefToAbsolutePath(
'/chai/chai.js');
var chaiModule = require(chaiAbsPath);
- for (var exportName in chaiModule)
+ for (var exportName in chaiModule) {
global[exportName] = chaiModule[exportName];
+ }
} else {
// https://github.com/catapult-project/catapult/issues/3097
chai.config.includeStack = true;
« no previous file with comments | « tracing/tracing/base/unit_scale.html ('k') | tracing/tracing/base/unittest/html_test_results.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698