describe('Test Difference Calculator for various data!', () => {
  const buildFixturePathTree = fileName => path.join(__dirname, '__fixtures__/Tree', fileName);
  const expectedDiffPath = buildFixturePathTree('expectedTree');
  const fileExpected = fs.readFileSync(expectedDiffPath, 'utf-8').trim();
  it('Two JSON tree', () => {