angular-docs-cn/packages/core/test/testability
Miško Hevery 71100e6d72 feat(core): add support for using async/await with Jasmine (#24637)
Example:
```
it('...', await(async() => {
  doSomething();
  await asyncFn();
  doSomethingAfter();
}));
```

PR Close #24637
2018-06-28 14:59:48 -07:00
..
jasmine_await_spec.ts feat(core): add support for using async/await with Jasmine (#24637) 2018-06-28 14:59:48 -07:00
testability_spec.ts feat(core): add task tracking to Testability (#16863) 2018-03-14 08:48:48 -07:00