mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
add popup message
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { PopupQuestionPipe } from './popup-question.pipe';
|
||||
|
||||
describe('PopupQuestionPipe', () => {
|
||||
it('create an instance', () => {
|
||||
const pipe = new PopupQuestionPipe();
|
||||
expect(pipe).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user