You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsserver/watchEnvironment.ts
+59Lines changed: 59 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,4 +132,63 @@ namespace ts.projectSystem {
132
132
verifyRootedDirectoryWatch("c:/users/username/");
133
133
});
134
134
});
135
+
136
+
it(`unittests:: tsserver:: watchEnvironment:: tsserverProjectSystem recursive watch directory implementation does not watch files/directories in node_modules starting with "."`,()=>{
0 commit comments