Skip to content

Commit a01c8ef

Browse files
3miniRyanCavanaugh
authored andcommitted
Fix typo in watchMode.ts (#34701)
1 parent 8e1d228 commit a01c8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testRunner/unittests/tsbuild/watchMode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ function foo() { }`, /*local*/ true);
283283
});
284284

285285
it("builds when new file is added, and its subsequent updates", () => {
286-
const additinalFiles: readonly [SubProject, string][] = [[SubProject.core, newFileWithoutExtension]];
287-
const { verifyChangeWithFile } = createSolutionInWatchModeToVerifyChanges(additinalFiles);
286+
const additionalFiles: readonly [SubProject, string][] = [[SubProject.core, newFileWithoutExtension]];
287+
const { verifyChangeWithFile } = createSolutionInWatchModeToVerifyChanges(additionalFiles);
288288
verifyChange(newFile.content);
289289

290290
// Another change requeues and builds it

0 commit comments

Comments
 (0)