Skip to content

Commit 9ed5b4c

Browse files
committed
more test fixes
1 parent 8171ded commit 9ed5b4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/cases/unittests/cachingInServerLSHost.ts

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ module ts {
4545
return {
4646
close: () => { }
4747
}
48+
},
49+
watchDirectory: (path, callback, recursive?) => {
50+
return {
51+
close: () => { }
52+
}
4853
}
4954
};
5055
}

0 commit comments

Comments
 (0)