Skip to content

Commit

Permalink
Add animation module import to .spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Lebo committed Feb 19, 2024
1 parent 2cc50a2 commit 7e66310
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ 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;
let fixture: ComponentFixture<DiffTabsButtonComponent>;

beforeEach(() => {
TestBed.configureTestingModule({
imports: [BrowserAnimationsModule],
declarations: [DiffTabsButtonComponent],
providers: [
ProfileComparatorService,
Expand Down

0 comments on commit 7e66310

Please sign in to comment.