difit 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -546,7 +546,6 @@ describe('CLI index.ts', () => {
546
546
  baseCommitish: commitish + '^',
547
547
  mode: options.mode,
548
548
  }));
549
- return;
550
549
  }
551
550
  });
552
551
  await program.parseAsync(['main', '--tui'], { from: 'user' });
@@ -584,7 +583,6 @@ describe('CLI index.ts', () => {
584
583
  baseCommitish: commitish + '^',
585
584
  mode: options.mode,
586
585
  }));
587
- return;
588
586
  }
589
587
  });
590
588
  await program.parseAsync(['--tui', '--mode', 'inline'], { from: 'user' });
@@ -629,7 +627,6 @@ describe('CLI index.ts', () => {
629
627
  baseCommitish,
630
628
  mode: options.mode,
631
629
  }));
632
- return;
633
630
  }
634
631
  });
635
632
  await program.parseAsync(['working', '--tui', '--mode', 'inline'], { from: 'user' });