Skip to content

Commit 3f2b383

Browse files
committed
Add * to unit tests that need it
1 parent 46c6b0c commit 3f2b383

File tree

4 files changed

+544
-14
lines changed

4 files changed

+544
-14
lines changed

src/testRunner/unittests/tsserver/resolutionCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe("unittests:: tsserver:: resolutionCache:: tsserverProjectSystem watchin
5959
const tsconfig = {
6060
path: "/users/username/projects/project/tsconfig.json",
6161
content: jsonToReadableText({
62-
compilerOptions: {},
62+
compilerOptions: { types: ["*"] },
6363
exclude: ["node_modules"],
6464
}),
6565
};

src/testRunner/unittests/tsserver/typeReferenceDirectives.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ declare class TestLib {
5151
compilerOptions: {
5252
module: "amd",
5353
typeRoots: ["../lib/@types", "../lib/@app"],
54+
types: ["*"],
5455
traceResolution: true,
5556
},
5657
}),

0 commit comments

Comments
 (0)