Fix typo in watchMode.ts (#34701)

This commit is contained in:
Sangmin Lee 2019-10-26 05:13:00 +09:00 committed by Ryan Cavanaugh
parent 8e1d228a44
commit a01c8ef764

View File

@ -283,8 +283,8 @@ function foo() { }`, /*local*/ true);
});
it("builds when new file is added, and its subsequent updates", () => {
const additinalFiles: readonly [SubProject, string][] = [[SubProject.core, newFileWithoutExtension]];
const { verifyChangeWithFile } = createSolutionInWatchModeToVerifyChanges(additinalFiles);
const additionalFiles: readonly [SubProject, string][] = [[SubProject.core, newFileWithoutExtension]];
const { verifyChangeWithFile } = createSolutionInWatchModeToVerifyChanges(additionalFiles);
verifyChange(newFile.content);
// Another change requeues and builds it