mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
9 lines
216 B
TypeScript
9 lines
216 B
TypeScript
import { PopupQuestionPipe } from './popup-question.pipe';
|
|
|
|
describe('PopupQuestionPipe', () => {
|
|
it('create an instance', () => {
|
|
const pipe = new PopupQuestionPipe();
|
|
expect(pipe).toBeTruthy();
|
|
});
|
|
});
|