Skip to content

Commit

Permalink
chore(react-notification): remove debugger from tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nicole Sullivan <nsullivan@pivotal.io>
  • Loading branch information
bebepeng committed Feb 4, 2015
1 parent cc34bc7 commit 0e6ffc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/javascripts/notification_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('Notification', function() {
});

it("renders a notification count badge", function() {
debugger;
expect($('#container .dropdown-notifications-title .dropdown-notifications-badge')).toContainText('4');
});

Expand Down

0 comments on commit 0e6ffc7

Please sign in to comment.