mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fa315d4dad
This commit addresses a typing mismatch, where these functions were declared to return whichever value their callback returned, but this was inaccurate: it's always a test callback function with `done` argument. PR Close #54801