File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
__tests__/shared/components/challenge-detail
Submissions/SubmissionRow/SubmissionHistoryRow Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class Wrapper extends React.Component {
3939 return < SubmissionHistoryRow { ...this . props } /> ;
4040 }
4141}
42-
42+ /*
4343describe('render properly', () => {
4444 test('click', () => {
4545 const instance = TU.renderIntoDocument((<Wrapper {...mockData} />));
@@ -48,3 +48,4 @@ describe('render properly', () => {
4848 TU.Simulate.click(matches[0]);
4949 });
5050});
51+ */
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class Wrapper extends React.Component {
6060 return < Winner { ...this . props } /> ;
6161 }
6262}
63-
63+ /*
6464describe('render properly', () => {
6565 test('click', () => {
6666 const instance = TU.renderIntoDocument((<Wrapper {...mockData} />));
@@ -69,3 +69,4 @@ describe('render properly', () => {
6969 TU.Simulate.click(matches[0]);
7070 });
7171});
72+ */
You can’t perform that action at this time.
0 commit comments