Merge pull request #8931 from Microsoft/tsserver-projectsystem-tests

initial revision of unit test support for project system in tsserver
This commit is contained in:
Vladimir Matveev
2016-06-02 11:07:08 -07:00
3 changed files with 297 additions and 2 deletions

View File

@@ -1138,7 +1138,7 @@ namespace ts.server {
else {
this.log("No config files found.");
}
return {};
return configFileName ? { configFileName } : {};
}
/**