Skip to content

Commit 4b7c295

Browse files
committed
test(sidebar-nav-group): missing animation
1 parent 42b9d54 commit 4b7c295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/coreui-angular/src/lib/sidebar/sidebar-nav/sidebar-nav-group.component.spec.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
2+
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
23
import { RouterTestingModule } from '@angular/router/testing';
34
import { Router } from '@angular/router';
45

@@ -19,7 +20,7 @@ describe('SidebarNavGroupComponent', () => {
1920

2021
beforeEach(waitForAsync(() => {
2122
TestBed.configureTestingModule({
22-
imports: [ RouterTestingModule.withRoutes([]), SidebarModule ],
23+
imports: [ RouterTestingModule.withRoutes([]), SidebarModule, NoopAnimationsModule ],
2324
declarations: [
2425
SidebarNavDividerComponent,
2526
SidebarNavGroupComponent,

0 commit comments

Comments
 (0)