We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae8764 commit 6959bdaCopy full SHA for 6959bda
1 file changed
src/harness/unittests/tscWatchMode.ts
@@ -2333,9 +2333,9 @@ declare module "fs" {
2333
verifyRenamingFileInSubFolder(TestFSWithWatch.Tsc_WatchDirectory.NonRecursiveWatchDirectory);
2334
});
2335
2336
- it("uses non recursive dynamic polling when renaming file in subfolder", () => {
2337
- verifyRenamingFileInSubFolder(TestFSWithWatch.Tsc_WatchDirectory.DynamicPolling);
2338
- });
+ // it("uses non recursive dynamic polling when renaming file in subfolder", () => {
+ // verifyRenamingFileInSubFolder(TestFSWithWatch.Tsc_WatchDirectory.DynamicPolling);
+ // });
2339
2340
2341
}
0 commit comments