angular-docs-cn/modules/angular2/test/web_workers
Julie Ralph 686457890d chore(test): rename RootTestComponent to ComponentFixture
BREAKING CHANGE:

Before:

```
testComponentBuilder.createAsync(MyComponent).then(root: RootTestComponent => {
}
```

After:

```
testComponentBuilder.createAsync(MyComponent).then(fixture: ComponentFixture => {
}
```

Closes #4711
2015-11-03 14:56:22 -08:00
..
debug_tools refactor(compiler): don’t rely on external css parser 2015-10-29 15:09:39 -07:00
shared refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00
worker chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00