We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f440e14 commit e785629Copy full SHA for e785629
tests/unit/views/notifications/Alerts.spec.js
@@ -32,5 +32,7 @@ describe('Alerts.vue', () => {
32
expect(Alerts.methods.showAlert()).toBeUndefined()
33
expect(typeof Alerts.methods.countDownChanged ).toEqual('function')
34
expect(Alerts.methods.countDownChanged(10)).toBeUndefined()
35
+ expect(typeof Alerts.methods.showDismissibleAlerts ).toEqual('function')
36
+ expect(Alerts.methods.showDismissibleAlerts()).toBeUndefined()
37
})
38
0 commit comments