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