chore: updated PR review skills and workflow info on tests + fake timers

This commit is contained in:
Gustavo Madeira Santana
2026-02-07 21:46:55 -05:00
parent 9866a857a7
commit c27b03794a
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -88,6 +88,7 @@ Is the code properly scoped?
Is the code properly typed?
Is the code hardened?
Do we have enough tests?
Are tests using fake timers where relevant? (e.g., debounce/throttle, retry backoff, timeout branches, delayed callbacks, polling loops)
Do not add performative tests, ensure tests are real and there are no regressions.
Take your time, fix it properly, refactor if necessary.
Do you see any follow-up refactors we should do?