test(`Should return correct diff. Type: ${type}. Format: ${format}. Structure: nested.`, () => {
      const expected = fs.readFileSync(path.join(fixturesPath, `expected-nested-${format}.txt`), 'utf-8');
      const config1 = path.join(path1, `before-nested.${type}`);
      const config2 = path.join(path2, `after-nested.${type}`);