Skip to content
Snippets Groups Projects
update-textarea-rows.pipe.spec.ts 229 B
Newer Older
  • Learn to ignore specific revisions
  • import { UpdateTextareaRowsPipe } from './update-textarea-rows.pipe';
    
    describe('UpdateRowsPipe', () => {
      it('create an instance', () => {
        const pipe = new UpdateTextareaRowsPipe();
        expect(pipe).toBeTruthy();
      });
    });