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