it('should set type definitions', () => {
    expect(makeExecutableSchema.mock.calls[0][0].typeDefs).toMatchSnapshot()
  })