We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1d228 commit a01c8efCopy full SHA for a01c8ef
src/testRunner/unittests/tsbuild/watchMode.ts
@@ -283,8 +283,8 @@ function foo() { }`, /*local*/ true);
283
});
284
285
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);
+ const additionalFiles: readonly [SubProject, string][] = [[SubProject.core, newFileWithoutExtension]];
+ const { verifyChangeWithFile } = createSolutionInWatchModeToVerifyChanges(additionalFiles);
288
verifyChange(newFile.content);
289
290
// Another change requeues and builds it
0 commit comments