test('Output diff to json format', () => {
    const result = fs.readFileSync(resultJsonPath, 'utf8');
    expect(genDiff(firstYamlPath, secondYamlPath, 'json')).toBe(result);
  });