angular/tools/public_api_guard/core
Miško Hevery f6829aba55 feat(core): add support for using async/await with Jasmine
Example:
```
it('...', await(async() => {
  doSomething();
  await asyncFn();
  doSomethingAfter();
}));
```
2018-06-28 13:56:58 -04: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 2018-06-28 13:56:58 -04:00