mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
70bbdf55da
Make sure that context (`this`) that is passed to functions generated by test helpers is passed through to the callback functions. Enables usage of Jasmine's variable sharing system to prevent accidental memory leaks during test runs.