angular/packages/core/testing/src
Tobias Bosch 6c8638cf01 feat(core): allow to provide multiple default testing modules (#15054)
This can be used to e.g. add the NoopAnimationsModule by default:

```
TestBed.initTestEnvironment([
  BrowserDynamicTestingModule,
  NoopAnimationsModule
], platformBrowserDynamicTesting());
```
2017-03-10 16:55:32 -08:00
..
async.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
async_test_completer.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
before_each.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
component_fixture.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
fake_async.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
lang_utils.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
logger.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
metadata_override.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
ng_zone_mock.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
private_export_testing.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
test_bed.ts feat(core): allow to provide multiple default testing modules (#15054) 2017-03-10 16:55:32 -08:00
test_compiler.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
testing.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
testing_internal.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00