Marc Laval
8042140742
test(ivy): enable more @angular/core tests ( #27654 )
...
PR Close #27654
2018-12-17 16:45:53 -08:00
Igor Minar
21f6daf0bb
test: correct bazel visibility for @angular/private/testing ( #27386 )
...
we don't want anyone else to depened on this stuff.
PR Close #27386
2018-12-05 20:55:32 -08:00
Misko Hevery
f52600e261
test(ivy): add ability to find already passing tests ( #27449 )
...
PR Close #27449
2018-12-05 09:34:52 -08:00
Olivier Combe
7f17c70fd0
test(ivy): add bundling test `todo_i18n` ( #27420 )
...
PR Close #27420
2018-12-04 19:59:12 -08:00
Pawel Kozlowski
c96dea27ce
test(ivy): turn ivy test selectors into real functions ( #27372 )
...
Having real functions allows me to bypass individual checks, ex.:
```
export function fixmeIvy(reason: string): boolean {
return true;
}
```
This is useful for situation where I want to see if previously disabled tests
were fixed (ex. some PRs merged). In this case I don't want to run tests that
I know are not passing (obsolete / modified).
PR Close #27372
2018-11-30 13:59:47 -08:00
Igor Minar
ed36c68cdb
test(ivy): add `obsoleteInIvy`, `modifiedInIvy`, and `ivyEnabled` test selectors ( #27302 )
...
See inline docs for description of these functions.
PR Close #27302
2018-11-29 21:32:49 -08:00
Andrew Kushnir
7773d7f552
fix(ivy): add polyfill for goog.getMsg to unblock tests (FW-663) ( #27218 )
...
PR Close #27218
2018-11-28 11:40:56 -08:00
Misko Hevery
7d2a746090
build: remove ivy JIT mode ( #26863 )
...
PR Close #26863
2018-11-02 15:44:05 -07:00
Miško Hevery
c13f46c7c5
fix(ivy): enable packages/core/test/render3 test for AoT ( #26863 )
...
PR Close #26863
2018-11-02 15:44:05 -07:00
Pete Bacon Darwin
24521f549c
docs: convert all `@experimental` tags to `@publicApi` tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:52 -07:00
Greg Magolan
9605456b66
build: refactor ambient node & jasmine types so they are only included where needed ( #25491 )
...
PR Close #25491
2018-08-16 13:46:43 -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