Skip to content

Commit c59a5fa

Browse files
committed
Remove isRelativeDir stub
1 parent 5e2973c commit c59a5fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/stubs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ export class FileSystemStub implements IFileSystem {
113113
return Future.fromResult(true);
114114
}
115115

116-
isRelativePath(path: string): boolean {
117-
return true;
118-
}
119-
120116
ensureDirectoryExists(directoryPath: string): IFuture<void> {
121117
return Future.fromResult();
122118
}

0 commit comments

Comments
 (0)