Skip to content

Commit

Permalink
remove fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
dobanisola-scottlogic committed May 21, 2024
1 parent 7610ff6 commit e2f9d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/editor/editor.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 { Editor } from './editor';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';

fdescribe('Editor', () => {
describe('Editor', () => {
let editor: Editor;
let fixture: ComponentFixture<Editor>;

Expand Down

0 comments on commit e2f9d48

Please sign in to comment.