Skip to content
Snippets Groups Projects
update-textarea-rows.pipe.spec.ts 229 B
Newer Older
import { UpdateTextareaRowsPipe } from './update-textarea-rows.pipe';

describe('UpdateRowsPipe', () => {
  it('create an instance', () => {
    const pipe = new UpdateTextareaRowsPipe();
    expect(pipe).toBeTruthy();
  });
});