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

Unified Diff: test/facade_converter_test.ts

Issue 2416003003: Update package name, update and lock clang-format and tslint versions, and format all source files … (Closed)
Patch Set: Use ES6 Map and Set instead of Object literals to avoid ordering instability across different Node … 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
« no previous file with comments | « lib/merge.ts ('k') | test/test_support.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/facade_converter_test.ts
diff --git a/test/facade_converter_test.ts b/test/facade_converter_test.ts
index 173b90d13067c4ac58d1e0ad751d57222c1ce52b..e3b93f443f1014c13223b59ab40cfea24c2cbc48 100644
--- a/test/facade_converter_test.ts
+++ b/test/facade_converter_test.ts
@@ -1,5 +1,4 @@
/// <reference path="../typings/mocha/mocha.d.ts"/>
-import * as fs from 'fs';
import {expectTranslate, FAKE_MAIN} from './test_support';
@@ -28,8 +27,6 @@ let es6RuntimeDeclarations = `
function getSources(str: string): {[k: string]: string} {
let srcs: {[k: string]: string} = {
'some/path/to/typings/es6-shim/es6-shim': es6RuntimeDeclarations,
- 'some/path/to/typings/es6-promise/es6-promise.d.ts':
- fs.readFileSync('typings/es6-promise/es6-promise.d.ts', 'utf-8'),
'other/file.ts': `
export class X {
map(x: number): string { return String(x); }
« no previous file with comments | « lib/merge.ts ('k') | test/test_support.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698