angular-cn/modules/@angular/platform-browser/test
Julie Ralph b43f95435b fix(testing): add an explicit doAsyncPrecompilation step (#10015)
This removes the magic from the `inject` test helper that would inspect
the current zone and would only work with our `async` test helper.
Now, `inject` is always synchronous, and if you are using a module
that requires async precompilation, you're required to call
`doAsyncPrecompilation` in your tests.

This is part of the breaking changes introduced with the swap
to each test having an AppModule.

Closes #9975
Closes #9593

BREAKING CHANGE:

`TestInjector` is now renamed to `TestBed`

Before:

```js
import {TestInjector, getTestInjector} from '@angular/core/testing';
```

After:

```js
import {TestBed, getTestBed} from '@angular/core/testing';
```
2016-07-20 10:51:21 -07:00
..
browser fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00
dom fix(animations): ensure all child elements are rendered before running animations 2016-07-08 18:18:46 -07:00
security fix(security): allow empty CSS values. (#9675) 2016-06-28 11:45:02 -07:00
static_assets repackaging: all the file moves 2016-05-01 20:51:00 -07:00
web_workers fix(testing): add an explicit doAsyncPrecompilation step (#10015) 2016-07-20 10:51:21 -07:00
browser_util_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00
testing_public_spec.ts fix(testing): add an explicit doAsyncPrecompilation step (#10015) 2016-07-20 10:51:21 -07:00