mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Example:
```
it('...', await(async() => {
doSomething();
await asyncFn();
doSomethingAfter();
}));
```
PR Close #24637
|
||
|---|---|---|
| .. | ||
| jasmine_await_spec.ts | ||
| testability_spec.ts | ||