Skip to content

Commit 3b4b7dc

Browse files
committed
Fix unittests config
1 parent fc63eb9 commit 3b4b7dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/testRunner/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
{ "path": "../services", "prepend": true },
2020
{ "path": "../server", "prepend": true },
2121
{ "path": "../harness", "prepend": true },
22+
{ "path": "../unittests", "prepend": true },
2223
{ "path": "../typingsInstallerCore", "prepend": true }
2324
],
2425

src/unittests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
{ "path": "../typingsInstallerCore" },
2020
{ "path": "../harness" }
2121
],
22-
"include": ["**/*.ts"]
22+
"include": ["*.ts", "**/*.ts"]
2323
}

0 commit comments

Comments
 (0)