test: improve test coverage alert (#192)

This commit is contained in:
Ganjar Setia M
2020-02-26 20:27:10 +07:00
committed by GitHub
parent f440e1404e
commit e785629c99
@@ -32,5 +32,7 @@ describe('Alerts.vue', () => {
expect(Alerts.methods.showAlert()).toBeUndefined()
expect(typeof Alerts.methods.countDownChanged ).toEqual('function')
expect(Alerts.methods.countDownChanged(10)).toBeUndefined()
expect(typeof Alerts.methods.showDismissibleAlerts ).toEqual('function')
expect(Alerts.methods.showDismissibleAlerts()).toBeUndefined()
})
})