Skip to content

Commit d247f5c

Browse files
Merge pull request #1643 from NativeScript/milanov/fix-autocomplete
Fixed autocomplete
2 parents 67f7a8f + 9842f38 commit d247f5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/stubs.ts

+4
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ export class FileSystemStub implements IFileSystem {
169169
renameIfExists(oldPath: string, newPath: string): IFuture<boolean> {
170170
return undefined;
171171
}
172+
173+
rm(options: string, ...files: string[]): void {
174+
// Mock
175+
}
172176
}
173177

174178
export class ErrorsStub implements IErrors {

0 commit comments

Comments
 (0)