test('JSON Differ', () => {
  const config1 = '__tests__/fixtures/1.json';
  const config2 = '__tests__/fixtures/2.json';

  const actual = differ(config1, config2);