angular/packages/private/testing/src
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
..
bazel_define_compile_value.ts build: remove ivy JIT mode (#26863) 2018-11-02 15:44:05 -07:00
goog_get_msg.ts fix(ivy): add polyfill for goog.getMsg to unblock tests (FW-663) (#27218) 2018-11-28 11:40:56 -08:00
ivy_test_selectors.ts test(ivy): turn ivy test selectors into real functions (#27372) 2018-11-30 13:59:47 -08:00
render3.ts docs: convert all @experimental tags to @publicApi tags (#26595) 2018-10-19 14:35:52 -07:00