Revised testing gate rationale. (#4336)

* Revised testing gate rationale.

* lint-fix
This commit is contained in:
Jason Robbins 2024-09-05 14:49:34 -07:00 коммит произвёл GitHub
Родитель 0697666a50
Коммит f4731a9bd1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -292,8 +292,9 @@ const DEBUGGABILITY_GENERIC_RATIONALE = html`
`;
const TESTING_GENERIC_RATIONALE = html`
The testing review helps ensure that you are testing your feature using
current best practices.
The test review helps identify gaps in test coverage and ensures that all
crucial functionalities are thoroughly tested. This can lead to a more
polished final product and reduce the odds of missed defects and issues.
`;
export const GATE_RATIONALE: Record<number, TemplateResult> = {