feat: compact dataset descriptions

This commit is contained in:
Andrea Marco Sartori
2023-01-17 21:02:47 +10:00
parent 6982b02d48
commit 2bffd6a51e
4 changed files with 139 additions and 41 deletions

View File

@ -9,7 +9,7 @@ use Generator;
use Pest\Exceptions\DatasetAlreadyExists;
use Pest\Exceptions\DatasetDoesNotExist;
use Pest\Exceptions\ShouldNotHappen;
use SebastianBergmann\Exporter\Exporter;
use Pest\Exporters\Exporter;
use function sprintf;
use Traversable;