import { SweetAlertComponent } from './sweetalert.component'; describe('Component: SweetAlert', () => { it('should create an instance', () => { const instance = new SweetAlertComponent(); expect(instance).toBeTruthy(); }); });