it('fails if content-type is not json', () => {
      const { pass } = matchers.toBeJson({
        headers: {
          'content-type': 'text/plain',
        },