Skip to content

Commit a225788

Browse files
committed
update IFileSystem stubs
1 parent a8f87ce commit a225788

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/stubs.ts

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

116+
isRelativePath(path: string): boolean {
117+
return true;
118+
}
119+
116120
ensureDirectoryExists(directoryPath: string): IFuture<void> {
117121
return Future.fromResult();
118122
}

0 commit comments

Comments
 (0)