From 92101428f89fc3c24756480db473fb23fc9c9af8 Mon Sep 17 00:00:00 2001 From: Nathanael Brown Date: Thu, 16 May 2024 15:38:45 +0100 Subject: [PATCH] Fixed fdescribe --- src/app/components/chips/chips.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/chips/chips.spec.ts b/src/app/components/chips/chips.spec.ts index 80df5d8e019..85bd0b86834 100755 --- a/src/app/components/chips/chips.spec.ts +++ b/src/app/components/chips/chips.spec.ts @@ -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;