]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.spec.ts
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-configuration-list / rbd-configuration-list.component.spec.ts
index 27b5650a397cb1b28c9a041d15c87e26d43711b3..b9837ee1cfe005b6e77e2dea08b562876921f92c 100644 (file)
@@ -1,5 +1,6 @@
 import { ComponentFixture, TestBed } from '@angular/core/testing';
 import { FormsModule } from '@angular/forms';
+import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
 import { RouterTestingModule } from '@angular/router/testing';
 
 import { NgxDatatableModule } from '@swimlane/ngx-datatable';
@@ -24,6 +25,7 @@ describe('RbdConfigurationListComponent', () => {
 
   configureTestBed({
     imports: [
+      BrowserAnimationsModule,
       FormsModule,
       NgxDatatableModule,
       RouterTestingModule,