Skip to content

Commit

Permalink
Test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Feb 28, 2025
1 parent 0188548 commit 240432b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ describe('SkyCellEditorTextComponent', () => {

it('initializes the SkyCellEditorTextComponent properties', () => {
expect(textEditorComponent.editorForm.get('text')?.value).toBeNull();
expect(textEditorComponent.columnWidth).toBeUndefined();

textEditorComponent.agInit(cellEditorParams as ICellEditorParams);

Expand Down

0 comments on commit 240432b

Please sign in to comment.