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

Unified Diff: test/call_test.ts

Issue 2416003003: Update package name, update and lock clang-format and tslint versions, and format all source files … (Closed)
Patch Set: Created 4 years, 2 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
« package.json ('K') | « package.json ('k') | test/e2e/lib.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/call_test.ts
diff --git a/test/call_test.ts b/test/call_test.ts
index d7136e93602b677094a3b4de24b89f4c5ab2f21a..3b5e5ad10d31f9e072c86e20227cd5af2e24ea81 100644
--- a/test/call_test.ts
+++ b/test/call_test.ts
@@ -60,5 +60,7 @@ class X {
external y();
}`);
});
- it('suppress new calls without arguments', () => { expectTranslate('new Foo;').to.equal(''); });
+ it('suppress new calls without arguments', () => {
+ expectTranslate('new Foo;').to.equal('');
+ });
});
« package.json ('K') | « package.json ('k') | test/e2e/lib.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698