Skip to content

Commit

Permalink
removed fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
robGardiner01 committed May 29, 2024
1 parent 32ea7d8 commit 82fc6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/slider/slider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { By } from '@angular/platform-browser';
import { Slider } from './slider';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';

fdescribe('Slider', () => {
describe('Slider', () => {
let slider: Slider;
let fixture: ComponentFixture<Slider>;

Expand Down

0 comments on commit 82fc6d8

Please sign in to comment.