mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Remove FunctionWithParamTokens. All test wrappers async, fakeAsync and inject now return just a Function instead of FunctionWithParamTokens. This makes them directly consumable by the test framework. Also the test framework code does not have to handle a union of Function and FunctionWithParamTokens everywhere. The Function returned by the above methods are considered asynchronous by the test framework if they return a Promise, synchronous otherwise. Closes #8257 |
||
|---|---|---|
| .. | ||
| static_assets | ||
| fake_async_spec.ts | ||
| test_component_builder_spec.ts | ||
| testing_internal_spec.ts | ||
| testing_public_browser_spec.dart | ||
| testing_public_browser_spec.ts | ||
| testing_public_spec.dart | ||
| testing_public_spec.ts | ||
| utils_spec.ts | ||