This commit is contained in:
Tom Moor
2017-07-10 00:38:51 -07:00
parent 6e152d7c34
commit 205590ca6a
5 changed files with 28 additions and 31 deletions

View File

@ -0,0 +1,5 @@
export default {
client: {
post: jest.fn(() => Promise.resolve),
},
};