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 2f519e6 commit f279430Copy full SHA for f279430
test/stubs.ts
@@ -138,9 +138,7 @@ export class FileSystemStub implements IFileSystem {
138
return undefined;
139
}
140
141
- symlink(sourcePath: string, destinationPath: string): IFuture<void> {
142
- return undefined;
143
- }
+ symlink(sourcePath: string, destinationPath: string): void { }
144
145
closeStream(stream: any): IFuture<void> {
146
0 commit comments