From 7ee46dfb3c7822de5cbbdba42d4d9bf3163aca1c Mon Sep 17 00:00:00 2001 From: "Lisa Flinn (She/Her)" Date: Fri, 17 May 2024 12:04:54 +0100 Subject: [PATCH] format rm fdescribe change test description --- src/app/components/inputtextarea/inputtextarea.spec.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/components/inputtextarea/inputtextarea.spec.ts b/src/app/components/inputtextarea/inputtextarea.spec.ts index 5fa4e1394b9..1cb0e249900 100755 --- a/src/app/components/inputtextarea/inputtextarea.spec.ts +++ b/src/app/components/inputtextarea/inputtextarea.spec.ts @@ -3,7 +3,6 @@ import { By } from '@angular/platform-browser'; import { InputTextarea } from './inputtextarea'; import { NoopAnimationsModule } from '@angular/platform-browser/animations'; import { Component, DebugElement } from '@angular/core'; -import e from 'express'; @Component({ template: ` ` @@ -14,7 +13,7 @@ class TestInputTextArea { onResize(event) {} } -fdescribe('InputTextarea', () => { +describe('InputTextarea', () => { let fixture: ComponentFixture; let component: TestInputTextArea; beforeEach(() => { @@ -50,7 +49,7 @@ fdescribe('InputTextarea', () => { expect(onResizeSpy).toHaveBeenCalledTimes(2); }); - it('should change autoResize and resize textarea', () => { + it('should change autoResize and resize scrollheight of textarea', () => { component.autoResize = true; fixture.detectChanges();