Skip to content

Commit 2f211c6

Browse files
author
David
committed
remove debugger stmt
1 parent c268929 commit 2f211c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/app-launcher/__tests__/app-launcher.browser-test.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ describe('SLDS APP LAUNCHER *******************************************', () =>
138138
});
139139

140140
it('closing modal fires callback', () => {
141-
debugger;
142141
Simulate.click(handles.modal.find('.slds-modal__close').node);
143142
expect(onClose.calledOnce).to.be.true; // eslint-disable-line no-unused-expressions
144143
});

0 commit comments

Comments
 (0)