We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b9d54 commit 4b7c295Copy full SHA for 4b7c295
projects/coreui-angular/src/lib/sidebar/sidebar-nav/sidebar-nav-group.component.spec.ts
@@ -1,4 +1,5 @@
1
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
2
+import { NoopAnimationsModule } from '@angular/platform-browser/animations';
3
import { RouterTestingModule } from '@angular/router/testing';
4
import { Router } from '@angular/router';
5
@@ -19,7 +20,7 @@ describe('SidebarNavGroupComponent', () => {
19
20
21
beforeEach(waitForAsync(() => {
22
TestBed.configureTestingModule({
- imports: [ RouterTestingModule.withRoutes([]), SidebarModule ],
23
+ imports: [ RouterTestingModule.withRoutes([]), SidebarModule, NoopAnimationsModule ],
24
declarations: [
25
SidebarNavDividerComponent,
26
SidebarNavGroupComponent,
0 commit comments