Update toasts.component.spec.ts

This commit is contained in:
shamoon 2023-09-01 14:00:37 -07:00
parent ac0f4c0173
commit 242935f824

View File

@ -52,7 +52,7 @@ describe('ToastsComponent', () => {
})
it('should call getToasts and return toasts', fakeAsync(() => {
const spy = jest.spyOn(toastService, 'getToasts').mockReset()
const spy = jest.spyOn(toastService, 'getToasts')
component.ngOnInit()
fixture.detectChanges()