test('compare two yaml-files', () => {
  expect(f('./__tests__/__fixtures__/before.yaml', './__tests__/__fixtures__/after.yaml')).toEqual({
    '  host': 'hexlet.io',
    '+ timeout': 20,
    '- timeout': 50,