more test fixes

This commit is contained in:
zhengbli 2015-10-06 13:10:03 -07:00
parent 8171dede90
commit 9ed5b4c435

View file

@ -45,6 +45,11 @@ module ts {
return {
close: () => { }
}
},
watchDirectory: (path, callback, recursive?) => {
return {
close: () => { }
}
}
};
}