Skip to content

Commit 5186331

Browse files
committed
One more test
1 parent d0db3cc commit 5186331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testRunner/unittests/tsserver/typingsInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe("unittests:: tsserver:: typingsInstaller:: General functionality", () =
222222
});
223223
openExternalProjectForSession({
224224
projectFileName,
225-
options: {},
225+
options: { types: ["*"] },
226226
rootFiles: [toExternalFile(appJs.path)],
227227
typeAcquisition: { enable: true, include: ["node"] },
228228
}, session);

0 commit comments

Comments
 (0)