Fix unittests config

This commit is contained in:
Ryan Cavanaugh 2018-06-10 15:10:10 -07:00
parent fc63eb9b7b
commit 3b4b7dc125
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
{ "path": "../services", "prepend": true },
{ "path": "../server", "prepend": true },
{ "path": "../harness", "prepend": true },
{ "path": "../unittests", "prepend": true },
{ "path": "../typingsInstallerCore", "prepend": true }
],

View File

@ -19,5 +19,5 @@
{ "path": "../typingsInstallerCore" },
{ "path": "../harness" }
],
"include": ["**/*.ts"]
"include": ["*.ts", "**/*.ts"]
}