chore(deals): post-review cleanup — refresh stale §6.4 docs + mapper count assertion
This commit is contained in:
@@ -22,7 +22,8 @@ test('новые русские названия 5-статусной ворон
|
||||
expect($m->toSlug('Новая сделка'))->toBe('new')
|
||||
->and($m->toSlug('В работе'))->toBe('in_progress')
|
||||
->and($m->toSlug('Сделка'))->toBe('won')
|
||||
->and($m->toSlug('Не реализовано'))->toBe('lost');
|
||||
->and($m->toSlug('Не реализовано'))->toBe('lost')
|
||||
->and($m->map())->toHaveCount(18); // 5 новых + 13 старых RU-названий
|
||||
});
|
||||
|
||||
test('тримит пробелы вокруг значения', function (): void {
|
||||
|
||||
Reference in New Issue
Block a user