I created a library which allows you to mock out TypeScript interfaces – https://github.com/marchaos/jest-mock-extended.
There didn’t seem to be libs that does this cleanly whilst keeping full type safety. It’s based loosely on the discussion here -https://github.com/facebook/jest/issues/7832