mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3c216c1ec6
This ensures that test functions with arguments (e.g. `it.each` in jest) are forwarded to the test function. This does not apply to jasmine, which assumes the only arguments needed would be the `done` function. fixes #61717 PR Close #61755