Add test harnesses

This commit is contained in:
Arthur Ozga
2015-07-21 14:15:39 -07:00
parent 6d174a0f18
commit 38005e7174
3 changed files with 22 additions and 5 deletions

View File

@@ -541,7 +541,7 @@ namespace ts.server {
throw new Error("Not Implemented Yet.");
}
getDocCommentScaffoldingAtPosition(fileName: string, position: number): string {
getDocCommentScaffoldingAtPosition(fileName: string, position: number): TextInsertion {
throw new Error("Not Implemented Yet.");
}