Closed ghiscoding closed 2 months ago
Run & review this pull request in StackBlitz Codeflow.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 21.66%. Comparing base (
ea30cf1
) to head (59b6c28
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@types/node
and TypeScript is sometime throwing some errorssetTimeout
directly but its type isNodeJS.timeout
type, however we should be usingwindow.setTimeout
with a return type ofnumber
instead since our project is always a Browser App hence the use of thewindow
object