mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add environment variable to disable recursive watchDirectory tests
This commit is contained in:
@@ -713,7 +713,7 @@ describe("unittests:: sys:: symlinkWatching::", () => {
|
||||
});
|
||||
|
||||
if (osFlavor !== TestServerHostOsFlavor.Linux) {
|
||||
describe("recursive watchDirectory using fsEvents", () => {
|
||||
(process?.env.NO_RECURSIVE_WATCHDIRECTORY_TESTS ? describe.skip : describe)("recursive watchDirectory using fsEvents", () => {
|
||||
before(() => {
|
||||
setupRecursiveFsEvents("recursivefsevents");
|
||||
setupRecursiveFsEvents("recursivefseventssub");
|
||||
|
||||
Reference in New Issue
Block a user