describe('Test Difference Calculator output format JSON!', () => {
  const buildFixturePathTree = fileName => path.join(__dirname, '__fixtures__/Tree', fileName);
  const expectedDiffPath = buildFixturePathTree('expectedJSON');
  const fileExpected = fs.readFileSync(expectedDiffPath, 'utf-8').trim();
  it('Two JSON tree in json format', () => {