From 9f13a7bafa01020f4042a0d62cad326a1811d975 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Sun, 22 Jun 2014 15:35:35 +1000 Subject: [PATCH] Update typescriptServices-tests.ts actual test --- typescript-services/typescriptServices-tests.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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);