Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Dec 8, 2017
1 parent d28166b commit b89bfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/notification-manager-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b89bfa2

Please sign in to comment.