Skip to content

Commit 5c2e000

Browse files
committed
remove useless TODO comment
1 parent 5217574 commit 5c2e000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testRunner/unittests/tsbuild/watchMode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export class someClass2 { }`);
327327
const allFiles = [libFile, ...core, logic[1], ...tests];
328328
const host = createTsBuildWatchSystem(allFiles, { currentDirectory: projectsLocation });
329329
createSolutionBuilderWithWatch(host, [`${project}/${SubProject.tests}`]);
330-
checkWatchedFiles(host, [core[0], core[1], core[2]!, logic[0], ...tests].map(f => f.path.toLowerCase())); // TODO: type assertion should be necessary
330+
checkWatchedFiles(host, [core[0], core[1], core[2]!, logic[0], ...tests].map(f => f.path.toLowerCase()));
331331
checkWatchedDirectories(host, emptyArray, /*recursive*/ false);
332332
checkWatchedDirectories(host, [projectPath(SubProject.core)], /*recursive*/ true);
333333
checkOutputErrorsInitial(host, [

0 commit comments

Comments
 (0)