diff --git a/typescript-services/typescriptServices-tests.ts b/typescript-services/typescriptServices-tests.ts index c2035ad50..ab0da7a09 100644 --- a/typescript-services/typescriptServices-tests.ts +++ b/typescript-services/typescriptServices-tests.ts @@ -2,6 +2,7 @@ import ts = require('typescript-services'); -// formatter: -var snapshot = TypeScript.SimpleText.fromString('var foo = 123;'); -var formatter = new ts.Services.Formatting.TextSnapshot(snapshot); \ No newline at end of file +// formatter: +var snapshot = ts.SimpleText.fromString('var foo = 123;'); +var formatter = new ts.Services.Formatting.TextSnapshot(snapshot); +console.log(formatter);