We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f279430 commit 9a2f2eaCopy full SHA for 9a2f2ea
test/stubs.ts
@@ -140,10 +140,6 @@ export class FileSystemStub implements IFileSystem {
140
141
symlink(sourcePath: string, destinationPath: string): void { }
142
143
- closeStream(stream: any): IFuture<void> {
144
- return undefined;
145
- }
146
-
147
setCurrentUserAsOwner(path: string, owner: string): IFuture<void> {
148
return undefined;
149
}
0 commit comments