more cleanup

This commit is contained in:
Tony Brix 2017-12-08 16:18:06 -06:00 committed by GitHub
parent d28166b1e4
commit b89bfa26c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ describe('NotificationManager', () => {
})
})
describe('clearing notifications', function () {
describe('clearing notifications', () => {
it('clears the notifications when ::clear has been called', () => {
manager.addSuccess('success')
expect(manager.getNotifications().length).toBe(1)