This can be used to e.g. add the NoopAnimationsModule by default: ``` TestBed.initTestEnvironment([ BrowserDynamicTestingModule, NoopAnimationsModule ], platformBrowserDynamicTesting()); ```
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
License: MIT