Skip to content

Commit e785629

Browse files
author
Ganjar Setia M
authored
test: improve test coverage alert (#192)
1 parent f440e14 commit e785629

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/views/notifications/Alerts.spec.js

+2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ describe('Alerts.vue', () => {
3232
expect(Alerts.methods.showAlert()).toBeUndefined()
3333
expect(typeof Alerts.methods.countDownChanged ).toEqual('function')
3434
expect(Alerts.methods.countDownChanged(10)).toBeUndefined()
35+
expect(typeof Alerts.methods.showDismissibleAlerts ).toEqual('function')
36+
expect(Alerts.methods.showDismissibleAlerts()).toBeUndefined()
3537
})
3638
})

0 commit comments

Comments
 (0)