Skip to content

Commit c268929

Browse files
author
David
committed
remove debugger stmt
1 parent 937eb55 commit c268929

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/modal/__tests__/modal.browser-test.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ describe('SLDSModal: ', function () {
236236
which: 9,
237237
});
238238
setTimeout(() => {
239-
debugger;
240239
expect(document.activeElement.className).to.include(
241240
'slds-modal__close'
242241
);

0 commit comments

Comments
 (0)