import { PopupQuestionPipe } from './popup-question.pipe'; describe('PopupQuestionPipe', () => { it('create an instance', () => { const pipe = new PopupQuestionPipe(); expect(pipe).toBeTruthy(); }); });