Skip to content

Commit

Permalink
published version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielliwerant committed May 16, 2019
1 parent 04516c8 commit bab1fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mui-datatables",
"version": "2.1.0",
"version": "2.2.0",
"description": "Datatables for React using Material-UI",
"main": "dist/index.js",
"files": [
Expand Down
5 changes: 3 additions & 2 deletions test/MUIDataTableBody.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ describe('<TableBody />', function() {
/>,
);

mountWrapper.find('#MUIDataTableBodyRow-2')
mountWrapper
.find('#MUIDataTableBodyRow-2')
.first()
.simulate('click');

Expand Down Expand Up @@ -288,6 +289,6 @@ describe('<TableBody />', function() {

const html = mountWrapper.html();

expect(html).to.contain("Test_Text");
expect(html).to.contain('Test_Text');
});
});

0 comments on commit bab1fcc

Please sign in to comment.