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