chore(deals): post-review cleanup — refresh stale §6.4 docs + mapper count assertion

This commit is contained in:
Дмитрий
2026-05-17 18:27:56 +03:00
parent 0f4f7161c8
commit e29f38280e
3 changed files with 7 additions and 4 deletions
@@ -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 {