Skip to content

Commit

Permalink
Fix FakePlatform.ts type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
namuol committed Apr 13, 2017
1 parent 2e38387 commit 79d2665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/FakePlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class FakePlatform implements Platform {
modified_files: [],
created_files: [],
deleted_files: [],
diffForFile: () => "",
diffForFile: async () => ({before: "", after: "", added: [], removed: [], normal: [], diff: ""}),
JSONDiffForFile: async () => ({} as any),
JSONPatchForFile: async () => ({} as any),
commits: []
Expand Down

0 comments on commit 79d2665

Please sign in to comment.