Skip to content

Commit 789c9b5

Browse files
committed
update to action test jsx
1 parent b542fdf commit 789c9b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/__tests__/action.test.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ describe('unit testing for Action.jsx', () => {
3030
wrapper.setProps({ selected: false });
3131
expect(wrapper.hasClass('action-component selected')).toEqual(false);
3232
});
33-
3433
test('should have a text that is equal to props.index', () => {
3534
expect(wrapper.find('.action-component-text').text()).toEqual(props.index.toString());
3635
});

0 commit comments

Comments
 (0)