Skip to content

Commit 8d85576

Browse files
committed
Fix other test
1 parent d448348 commit 8d85576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/tsserver/typingsInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ namespace ts.projectSystem {
130130
})();
131131

132132
const projectService = createProjectService(host, { useSingleInferredProject: true, typingsInstaller: installer });
133-
projectService.setHostConfiguration({ preferences: { includePackageJsonAutoImports: "none" } });
133+
projectService.setHostConfiguration({ preferences: { includePackageJsonAutoImports: "off" } });
134134
projectService.openClientFile(file1.path);
135135

136136
checkNumberOfProjects(projectService, { configuredProjects: 1 });

0 commit comments

Comments
 (0)