fix mocks (#713)

This commit is contained in:
Philip Korsholm
2021-11-03 13:14:47 +01:00
committed by GitHub
parent 58127564d7
commit 075864f24c
2 changed files with 1 additions and 10 deletions
@@ -1,4 +1,5 @@
export const createClient = jest.fn()
const mock = jest.fn().mockImplementation(() => {
return { createClient }
})