v2.0.0
2.0.0 (2019-08-13)
Features
- simplify the API - mock by default when only typeDefs passed (8e713f2)
BREAKING CHANGES
- if you relied on the tool to auto add mocks for you, you will have to manually add addMocks: true to the services that need them.
If you set underTest: true for services that had resolvers defined you don't need to do anything - they will NOT be mocked by default now.