Skip to content

Commit 125c012

Browse files
committed
Lint
1 parent 376cea6 commit 125c012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/unittests/tsserverProjectSystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ namespace ts.projectSystem {
14701470
try {
14711471
projectService.openExternalProject({ projectFileName: "project", options: {}, rootFiles: toExternalFiles([file1.path, office.path]) });
14721472
const proj = projectService.externalProjects[0];
1473-
assert.deepEqual(proj.getFileNames(true), [file1.path]);
1473+
assert.deepEqual(proj.getFileNames(/*excludeFilesFromExternalLibraries*/ true), [file1.path]);
14741474
assert.deepEqual(proj.getTypeAcquisition().include, ["duck-types"]);
14751475
} finally {
14761476
projectService.resetSafeList();

0 commit comments

Comments
 (0)