mirror of https://github.com/node-red/node-red.git
Fix global leak in watch tests (again x2)
parent
9e472ed83c
commit
5cfbb87bee
|
@ -37,7 +37,7 @@ describe('watch Node', function() {
|
||||||
file0ToWatch:path.join(dirToWatch, "file0.txt"),
|
file0ToWatch:path.join(dirToWatch, "file0.txt"),
|
||||||
file1ToWatch:path.join(dirToWatch, "file1.txt"),
|
file1ToWatch:path.join(dirToWatch, "file1.txt"),
|
||||||
subDirToWatch:path.join(dirToWatch, "subdir"),
|
subDirToWatch:path.join(dirToWatch, "subdir"),
|
||||||
file2ToWatch:path.join(subDirToWatch, "file2.txt")
|
file2ToWatch:path.join(dirToWatch, "subdir", "file2.txt")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue