angular-cn/packages/private/testing
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
..
src test(ivy): turn ivy test selectors into real functions (#27372) 2018-11-30 13:59:47 -08:00
BUILD.bazel build: remove ivy JIT mode (#26863) 2018-11-02 15:44:05 -07:00
index.ts test(ivy): add `obsoleteInIvy`, `modifiedInIvy`, and `ivyEnabled` test selectors (#27302) 2018-11-29 21:32:49 -08:00