From 7e66310862ced8b3ac17ddf8d47b77b16802f0b6 Mon Sep 17 00:00:00 2001 From: Denis Lebo Date: Mon, 19 Feb 2024 04:51:38 +0100 Subject: [PATCH] Add animation module import to .spec.ts --- .../diff/tabs/profile-button/diff-tabs-button.component.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/planner/src/app/diff/tabs/profile-button/diff-tabs-button.component.spec.ts b/projects/planner/src/app/diff/tabs/profile-button/diff-tabs-button.component.spec.ts index f39da303..9a3d4eb0 100644 --- a/projects/planner/src/app/diff/tabs/profile-button/diff-tabs-button.component.spec.ts +++ b/projects/planner/src/app/diff/tabs/profile-button/diff-tabs-button.component.spec.ts @@ -5,6 +5,7 @@ import {ProfileComparatorService} from '../../../shared/profileComparatorService import {DiveSchedules} from '../../../shared/dive.schedules'; import {UnitConversion} from '../../../shared/UnitConversion'; import {ReloadDispatcher} from '../../../shared/reloadDispatcher'; +import {BrowserAnimationsModule} from '@angular/platform-browser/animations'; describe('DiffTabsButtonComponent', () => { let component: DiffTabsButtonComponent; @@ -12,6 +13,7 @@ describe('DiffTabsButtonComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ + imports: [BrowserAnimationsModule], declarations: [DiffTabsButtonComponent], providers: [ ProfileComparatorService,