Skip to content

Commit

Permalink
Fixed fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrown-ScottLogic committed May 16, 2024
1 parent 14eb05b commit 9210142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/chips/chips.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Chips } from './chips';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { TimesCircleIcon } from 'primeng/icons/timescircle';

fdescribe('Chips', () => {
describe('Chips', () => {
let chips: Chips;
let fixture: ComponentFixture<Chips>;

Expand Down

0 comments on commit 9210142

Please sign in to comment.