Skip to content

Commit 7844f2c

Browse files
Merge pull request #144 from NativeScript/vladimirov/fix-hierarchical-commands
Fix StringCommandParameter
2 parents 74f1be7 + 988fc2a commit 7844f2c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/stubs.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ export class FileSystemStub implements IFileSystem {
115115
rename(oldPath: string, newPath: string): IFuture<void> {
116116
return undefined;
117117
}
118+
119+
symlink(sourePath: string, destinationPath: string): IFuture<void> {
120+
return undefined;
121+
}
118122
}
119123

120124
export class ErrorsStub implements IErrors {

0 commit comments

Comments
 (0)