angular-cn/tools/public_api_guard/core
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
..
core.d.ts feat(core): KeyValueDiffer#diff allows null values (#24319) 2018-06-13 13:30:49 -07:00
testing.d.ts feat(core): add support for using async/await with Jasmine (#24637) 2018-06-28 14:59:48 -07:00