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

Unified Diff: test/main_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
Index: test/main_test.ts
diff --git a/test/main_test.ts b/test/main_test.ts
index bd8b2a9f3af4ce72cb5ec0b19d06bab8d06661f8..32ba50cc8bf9da47802d6ab5a90c22c84b0daad4 100644
--- a/test/main_test.ts
+++ b/test/main_test.ts
@@ -162,8 +162,9 @@ class Foo {
});
it('translates .es6, .ts, and .js', () => {
let transpiler = new main.Transpiler({basePath: undefined});
- ['a.js', 'a.ts', 'a.es6'].forEach(
- (n) => { chai.expect(transpiler.getOutputPath(n, '')).to.equal('a.dart'); });
+ ['a.js', 'a.ts', 'a.es6'].forEach((n) => {
+ chai.expect(transpiler.getOutputPath(n, '')).to.equal('a.dart');
+ });
});
});
});
« package.json ('K') | « test/expression_test.ts ('k') | test/module_test.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698