Merge pull request #2389 from borisyankov/def/typescriptServic

Update typescriptServices-tests.ts
This commit is contained in:
Basarat Ali Syed
2014-06-22 15:37:09 +10:00
@@ -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);
// formatter:
var snapshot = ts.SimpleText.fromString('var foo = 123;');
var formatter = new ts.Services.Formatting.TextSnapshot(snapshot);
console.log(formatter);