mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix global leak in watch tests (again)
This commit is contained in:
		| @@ -34,10 +34,10 @@ describe('watch Node', function() { | ||||
|         count++; | ||||
|         return { | ||||
|             dirToWatch:dirToWatch, | ||||
|             file0ToWatch:path.join(dirToWatch, "file0.txt");, | ||||
|             file1ToWatch:path.join(dirToWatch, "file1.txt");, | ||||
|             subDirToWatch:path.join(dirToWatch, "subdir");, | ||||
|             file2ToWatch:path.join(subDirToWatch, "file2.txt"); | ||||
|             file0ToWatch:path.join(dirToWatch, "file0.txt"), | ||||
|             file1ToWatch:path.join(dirToWatch, "file1.txt"), | ||||
|             subDirToWatch:path.join(dirToWatch, "subdir"), | ||||
|             file2ToWatch:path.join(subDirToWatch, "file2.txt") | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user