import { <%= symbolName %> } from './<%= fileName %>';

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