it('passes if content-type is json', () => {
      const { pass } = matchers.toBeJson({
        headers: {
          'content-type': 'application/json',
        },