diff --git a/tests/unit/views/notifications/Alerts.spec.js b/tests/unit/views/notifications/Alerts.spec.js index 215163c9..8fdadb8d 100644 --- a/tests/unit/views/notifications/Alerts.spec.js +++ b/tests/unit/views/notifications/Alerts.spec.js @@ -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() }) })