diff options
-rw-r--r-- | ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts b/ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts index 953906df..c06fe51f 100644 --- a/ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts +++ b/ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts @@ -60,4 +60,17 @@ describe('NoteComponent', () => { it('should create', () => { expect(component).toBeTruthy(); }); + + it('should test onDismiss method',()=>{ + component.onDismiss("onDismiss"); + }) + + it('should test onFocusOut method',()=>{ + component.onFocusOut("onFocusOut"); + }) + + //it('should test record method',()=>{ + //component.record(4); + // }) + }); |