Skip to content

Commit

Permalink
remove ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Nov 25, 2020
1 parent 495fbbd commit 8fba859
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ export const createTestRendererMock = (): TestRenderer => {
...options,
});
});
// @ts-ignore
return renderResponse;
return renderResponse!;
},
};

Expand Down

0 comments on commit 8fba859

Please sign in to comment.