Victor Berchet
|
1f1103913a
|
refactor(ivy): cleanup the public API for core/testing (#25492)
PR Close #25492
|
2018-08-15 09:53:17 -07:00 |
|
Victor Berchet
|
14ac7ad6b4
|
feat(ivy): implement TestBed (#25369)
PR Close #25369
|
2018-08-14 11:58:47 -07:00 |
|
Miško Hevery
|
6e2a1877ab
|
refactor(core): remove withBody from public testing API (#25171)
PR Close #25171
|
2018-07-31 15:09:32 -07:00 |
|
Miško Hevery
|
e1c6fd5453
|
Revert "feat(core): add support for using async/await with Jasmine" (#25096)
This reverts commit f6829aba55e07609e312b4f67dbc9dbbf36e4e46.
PR Close #25096
|
2018-07-25 11:44:56 -07:00 |
|
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 |
|
Misko Hevery
|
ac2b04a5ab
|
test(ivy): Add small_app spec for sprint #3 (#22018)
PR Close #22018
|
2018-02-18 13:18:54 -08:00 |
|
Jason Aden
|
8573e36574
|
build: fix file paths after moving modules/@angular/* to packages/*
|
2017-03-08 16:29:28 -08:00 |
|