forked from destillat/react-collapsing-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jest-test-results.json
1 lines (1 loc) · 38.8 KB
/
jest-test-results.json
1
{"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":13,"numPassedTests":153,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":13,"numTotalTests":153,"openHandles":[],"snapshot":{"added":0,"didUpdate":false,"failure":false,"filesAdded":0,"filesRemoved":0,"filesUnmatched":0,"filesUpdated":0,"matched":0,"total":0,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0},"startTime":1557394047121,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return no rows when none are present","location":null,"status":"passed","title":"should return no rows when none are present"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return the first 5 rows","location":null,"status":"passed","title":"should return the first 5 rows"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return the second 5 rows","location":null,"status":"passed","title":"should return the second 5 rows"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return the last 4 rows","location":null,"status":"passed","title":"should return the last 4 rows"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return ascending if the new column matches the old column and there was no previous sort direction","location":null,"status":"passed","title":"should return ascending if the new column matches the old column and there was no previous sort direction"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return ascending if the new column matches the old column and there was no previous sort direction","location":null,"status":"passed","title":"should return ascending if the new column matches the old column and there was no previous sort direction"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return descending if the new column matches the old column and there was the previous sort direction was ascending","location":null,"status":"passed","title":"should return descending if the new column matches the old column and there was the previous sort direction was ascending"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return ascending if the new column matches the old column and there was the previous sort direction was descending","location":null,"status":"passed","title":"should return ascending if the new column matches the old column and there was the previous sort direction was descending"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return none if the new column matches the old column and there was the previous sort direction was not defined","location":null,"status":"passed","title":"should return none if the new column matches the old column and there was the previous sort direction was not defined"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return ascending if the new column does not match the old column","location":null,"status":"passed","title":"should return ascending if the new column does not match the old column"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return the rows listed in ascending order based on the column clicked","location":null,"status":"passed","title":"should return the rows listed in ascending order based on the column clicked"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return the rows listed in descending order based on the column clicked","location":null,"status":"passed","title":"should return the rows listed in descending order based on the column clicked"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return the rows listed in ascending order based on the column clicked if direction is not one of the described states","location":null,"status":"passed","title":"should return the rows listed in ascending order based on the column clicked if direction is not one of the described states"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should return the rows listed in the same order if it is not sure of how to sort the columns","location":null,"status":"passed","title":"should return the rows listed in the same order if it is not sure of how to sort the columns"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should order dates from newest to oldest","location":null,"status":"passed","title":"should order dates from newest to oldest"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should order dates from oldest to newest","location":null,"status":"passed","title":"should order dates from oldest to newest"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should order dates from oldest to newest and handle the same date","location":null,"status":"passed","title":"should order dates from oldest to newest and handle the same date"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should update the currentPage to the next page","location":null,"status":"passed","title":"should update the currentPage to the next page"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should update the currentPage to the previous page","location":null,"status":"passed","title":"should update the currentPage to the previous page"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should decide when shouldCall is true to call setPage","location":null,"status":"passed","title":"should decide when shouldCall is true to call setPage"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should decide when shouldCall is false to call setInputtedPage","location":null,"status":"passed","title":"should decide when shouldCall is false to call setInputtedPage"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test the states pagination currentPage and inputtedPage to be set to the new page value","location":null,"status":"passed","title":"should test the states pagination currentPage and inputtedPage to be set to the new page value"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test the states pagination inputtedPage to be set to the new page value","location":null,"status":"passed","title":"should test the states pagination inputtedPage to be set to the new page value"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test not a number and receive the currentPage number back","location":null,"status":"passed","title":"should test not a number and receive the currentPage number back"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test the \"0\" being entered and receive the currentPage number back when should call is true","location":null,"status":"passed","title":"should test the \"0\" being entered and receive the currentPage number back when should call is true"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test the \"0\" being entered and receive the \"0\" back when should call is false","location":null,"status":"passed","title":"should test the \"0\" being entered and receive the \"0\" back when should call is false"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test if the new page is below zero and return back to the first page","location":null,"status":"passed","title":"should test if the new page is below zero and return back to the first page"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test if the new page is greater than the total pages and return back to the last page","location":null,"status":"passed","title":"should test if the new page is greater than the total pages and return back to the last page"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test if the new page is empty and if enter was clicked and return back to the current page","location":null,"status":"passed","title":"should test if the new page is empty and if enter was clicked and return back to the current page"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test if the new page is empty and if enter was not clicked and return back an empty string","location":null,"status":"passed","title":"should test if the new page is empty and if enter was not clicked and return back an empty string"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should test if the new page is 54 and return 54 back as the page to go to","location":null,"status":"passed","title":"should test if the new page is 54 and return 54 back as the page to go to"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should call the event pagination event listener","location":null,"status":"passed","title":"should call the event pagination event listener"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should hide a shown row","location":null,"status":"passed","title":"should hide a shown row"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should show a hidden row","location":null,"status":"passed","title":"should show a hidden row"},{"ancestorTitles":["Table Actions"],"failureMessages":[],"fullName":"Table Actions should show a hidden row on a different page","location":null,"status":"passed","title":"should show a hidden row on a different page"}],"endTime":1557394053516,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/actions/TableActions.test.js","startTime":1557394051427,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should have 1 table header","location":null,"status":"passed","title":"should have 1 table header"},{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should have a specific css class for the table header","location":null,"status":"passed","title":"should have a specific css class for the table header"},{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should have First Name displayed in the table header","location":null,"status":"passed","title":"should have First Name displayed in the table header"},{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should have an ascending Icon","location":null,"status":"passed","title":"should have an ascending Icon"},{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should have an descending Icon","location":null,"status":"passed","title":"should have an descending Icon"},{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should have the clickable cssClassName","location":null,"status":"passed","title":"should have the clickable cssClassName"},{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should not have the clickable cssClassName","location":null,"status":"passed","title":"should not have the clickable cssClassName"},{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should fire an action when the th is clicked","location":null,"status":"passed","title":"should fire an action when the th is clicked"},{"ancestorTitles":["Column"],"failureMessages":[],"fullName":"Column should not fire an action when the th is clicked and sortable is false","location":null,"status":"passed","title":"should not fire an action when the th is clicked and sortable is false"}],"endTime":1557394053521,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/Column.test.js","startTime":1557394051479,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return an caret that is going up","location":null,"status":"passed","title":"should return an caret that is going up"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return an caret that is going down","location":null,"status":"passed","title":"should return an caret that is going down"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return no caret","location":null,"status":"passed","title":"should return no caret"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return an caret that is going up if both icons ascending and descending is not there","location":null,"status":"passed","title":"should return an caret that is going up if both icons ascending and descending is not there"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return an caret that is going down if both icons ascending and descending is not there","location":null,"status":"passed","title":"should return an caret that is going down if both icons ascending and descending is not there"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return the custom icon for ascending","location":null,"status":"passed","title":"should return the custom icon for ascending"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return the custom icon for descending","location":null,"status":"passed","title":"should return the custom icon for descending"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should check that it can return no icon","location":null,"status":"passed","title":"should check that it can return no icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should check that it can return an up arrow icon","location":null,"status":"passed","title":"should check that it can return an up arrow icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should check that it can return an down arrow icon","location":null,"status":"passed","title":"should check that it can return an down arrow icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should see if clicking the icon returns the correct value","location":null,"status":"passed","title":"should see if clicking the icon returns the correct value"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should check that it can return an up arrow icon if both icons openRow and closeRow is not there","location":null,"status":"passed","title":"should check that it can return an up arrow icon if both icons openRow and closeRow is not there"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should check that it can return an down arrow icon if both icons openRow and closeRow is not there","location":null,"status":"passed","title":"should check that it can return an down arrow icon if both icons openRow and closeRow is not there"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should check that it can find the custom close icon","location":null,"status":"passed","title":"should check that it can find the custom close icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should check that it can find the custom open icon","location":null,"status":"passed","title":"should check that it can find the custom open icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should see if clicking the icon returns the correct value","location":null,"status":"passed","title":"should see if clicking the icon returns the correct value"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return an down arrow icon","location":null,"status":"passed","title":"should return an down arrow icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return an up arrow icon","location":null,"status":"passed","title":"should return an up arrow icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return an down caret icon","location":null,"status":"passed","title":"should return an down caret icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return an up caret icon","location":null,"status":"passed","title":"should return an up caret icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return a left cheveron icon","location":null,"status":"passed","title":"should return a left cheveron icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return a right chevron icon","location":null,"status":"passed","title":"should return a right chevron icon"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should return no icons","location":null,"status":"passed","title":"should return no icons"},{"ancestorTitles":["Icon"],"failureMessages":[],"fullName":"Icon should be able to call the on click funtion","location":null,"status":"passed","title":"should be able to call the on click funtion"}],"endTime":1557394053623,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/assets/Icon.test.js","startTime":1557394051471,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should try to add a column","location":null,"status":"passed","title":"should try to add a column"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should try to remove a column","location":null,"status":"passed","title":"should try to remove a column"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should remove a column based on what is still visible and priorityLevel","location":null,"status":"passed","title":"should remove a column based on what is still visible and priorityLevel"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should remove all of the columns based on what is still visible and priorityLevel","location":null,"status":"passed","title":"should remove all of the columns based on what is still visible and priorityLevel"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should remove no columns based on what is still visible and priorityLevel","location":null,"status":"passed","title":"should remove no columns based on what is still visible and priorityLevel"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should remove no columns because there are no visible columns","location":null,"status":"passed","title":"should remove no columns because there are no visible columns"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should change one column to be visible based on the priorityLevel","location":null,"status":"passed","title":"should change one column to be visible based on the priorityLevel"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should change one column to be visible based on the priorityLevel at the exact width that the column can first be added","location":null,"status":"passed","title":"should change one column to be visible based on the priorityLevel at the exact width that the column can first be added"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should not change any columns visibility due to the possible columns width being greater than screen width","location":null,"status":"passed","title":"should not change any columns visibility due to the possible columns width being greater than screen width"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should not change any columns visibility due to the priorityLevel factoring in which column width to check","location":null,"status":"passed","title":"should not change any columns visibility due to the priorityLevel factoring in which column width to check"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should make every row visible","location":null,"status":"passed","title":"should make every row visible"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should close every row","location":null,"status":"passed","title":"should close every row"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should change the visibility of the least important row so that the row will no longer be visible","location":null,"status":"passed","title":"should change the visibility of the least important row so that the row will no longer be visible"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should change the visibility of the least important visible row so that the row will no longer be visible","location":null,"status":"passed","title":"should change the visibility of the least important visible row so that the row will no longer be visible"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should not change anything because there are no rows to remove","location":null,"status":"passed","title":"should not change anything because there are no rows to remove"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should change the visibility of the least important row so that the row will now be visible","location":null,"status":"passed","title":"should change the visibility of the least important row so that the row will now be visible"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should change the visibility of the least important hidden row so that the row will now be visible","location":null,"status":"passed","title":"should change the visibility of the least important hidden row so that the row will now be visible"},{"ancestorTitles":["Resize Table Actions"],"failureMessages":[],"fullName":"Resize Table Actions should not change anything because there are no rows to add","location":null,"status":"passed","title":"should not change anything because there are no rows to add"}],"endTime":1557394053705,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/actions/ResizeTableActions.test.js","startTime":1557394051495,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should return the correct length of a string","location":null,"status":"passed","title":"should return the correct length of a string"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should return the sum of two numbers","location":null,"status":"passed","title":"should return the sum of two numbers"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should return the correct indexes when found once","location":null,"status":"passed","title":"should return the correct indexes when found once"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should return the correct indexes when found twice","location":null,"status":"passed","title":"should return the correct indexes when found twice"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should return the correct indexes when found twice","location":null,"status":"passed","title":"should return the correct indexes when found twice"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should return no indexes","location":null,"status":"passed","title":"should return no indexes"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should insert a span at the correct index spot","location":null,"status":"passed","title":"should insert a span at the correct index spot"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should find no rows that match the search criteria","location":null,"status":"passed","title":"should find no rows that match the search criteria"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should find one row that match the search criteria","location":null,"status":"passed","title":"should find one row that match the search criteria"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should find multiple rows that match the search criteria","location":null,"status":"passed","title":"should find multiple rows that match the search criteria"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should ignore data that is not viewable by a search","location":null,"status":"passed","title":"should ignore data that is not viewable by a search"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should not change anything when an empty string is entered","location":null,"status":"passed","title":"should not change anything when an empty string is entered"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should change the current page to back to the first page always","location":null,"status":"passed","title":"should change the current page to back to the first page always"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should not crash if no initialRows are passed in to search rows","location":null,"status":"passed","title":"should not crash if no initialRows are passed in to search rows"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should should find no search row attributes that match the search criteria","location":null,"status":"passed","title":"should should find no search row attributes that match the search criteria"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should find one row attribute that match the search criteria","location":null,"status":"passed","title":"should find one row attribute that match the search criteria"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should find multiple row attributes that match the search criteria","location":null,"status":"passed","title":"should find multiple row attributes that match the search criteria"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should return a match and that for this cell there were changes","location":null,"status":"passed","title":"should return a match and that for this cell there were changes"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should return no match and that for this cell there were no changes ","location":null,"status":"passed","title":"should return no match and that for this cell there were no changes "},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should catch and handle an undefined value","location":null,"status":"passed","title":"should catch and handle an undefined value"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should catch and handle any non string","location":null,"status":"passed","title":"should catch and handle any non string"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should insert a span opening and closing tag for one found results","location":null,"status":"passed","title":"should insert a span opening and closing tag for one found results"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should insert a span opening and closing tag for multiple found results","location":null,"status":"passed","title":"should insert a span opening and closing tag for multiple found results"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should not insert a span opening tag because there are no found results","location":null,"status":"passed","title":"should not insert a span opening tag because there are no found results"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should reset the page to the initial view","location":null,"status":"passed","title":"should reset the page to the initial view"},{"ancestorTitles":["Search Actions"],"failureMessages":[],"fullName":"Search Actions should not crash if no initialRows are passed in to clear search","location":null,"status":"passed","title":"should not crash if no initialRows are passed in to clear search"}],"endTime":1557394053716,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/actions/SearchActions.test.js","startTime":1557394051513,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Rows"],"failureMessages":[],"fullName":"Rows should have 3 rows","location":null,"status":"passed","title":"should have 3 rows"},{"ancestorTitles":["Rows"],"failureMessages":[],"fullName":"Rows should have 3 table rows and 1 expanded row when the first row has been expanded","location":null,"status":"passed","title":"should have 3 table rows and 1 expanded row when the first row has been expanded"},{"ancestorTitles":["Rows"],"failureMessages":[],"fullName":"Rows should show 2 columns that were hidden","location":null,"status":"passed","title":"should show 2 columns that were hidden"}],"endTime":1557394053800,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/Rows.test.js","startTime":1557394051535,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should have all of the basic default table components","location":null,"status":"passed","title":"should have all of the basic default table components"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should render Search component","location":null,"status":"passed","title":"should render Search component"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should render Pagination component","location":null,"status":"passed","title":"should render Pagination component"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should not render Search component","location":null,"status":"passed","title":"should not render Search component"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should not render Pagination component","location":null,"status":"passed","title":"should not render Pagination component"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should render a Custom Pagination component","location":null,"status":"passed","title":"should render a Custom Pagination component"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should render correctly with no rows","location":null,"status":"passed","title":"should render correctly with no rows"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test all of the Search Actions","location":null,"status":"passed","title":"should test all of the Search Actions"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test all of the Resize Table Actions","location":null,"status":"passed","title":"should test all of the Resize Table Actions"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test all of the Table Actions","location":null,"status":"passed","title":"should test all of the Table Actions"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test the goToPage Table Actions if a page number is given to it","location":null,"status":"passed","title":"should test the goToPage Table Actions if a page number is given to it"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test the goToPage Table Actions if an input is received","location":null,"status":"passed","title":"should test the goToPage Table Actions if an input is received"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test the goToPage Table Actions if an input is received and the charCode is enter","location":null,"status":"passed","title":"should test the goToPage Table Actions if an input is received and the charCode is enter"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test the goToPage Table Actions if an there is no input and the charCode is enter","location":null,"status":"passed","title":"should test the goToPage Table Actions if an there is no input and the charCode is enter"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test that the mounting and unmounting of the component is called","location":null,"status":"passed","title":"should test that the mounting and unmounting of the component is called"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test that when new params are passed they are set","location":null,"status":"passed","title":"should test that when new params are passed they are set"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should test that when an empty array of rows is passed to the table that it updates the totalPages to 1","location":null,"status":"passed","title":"should test that when an empty array of rows is passed to the table that it updates the totalPages to 1"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should be able to handle a column with or without a sortable key","location":null,"status":"passed","title":"should be able to handle a column with or without a sortable key"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should allow to change columns after beeing mounted","location":null,"status":"passed","title":"should allow to change columns after beeing mounted"},{"ancestorTitles":["Table"],"failureMessages":[],"fullName":"Table should be able to handle a sortable new column","location":null,"status":"passed","title":"should be able to handle a sortable new column"}],"endTime":1557394054275,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/Table.test.js","startTime":1557394051428,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Pagination"],"failureMessages":[],"fullName":"Pagination should display the page with both arrows","location":null,"status":"passed","title":"should display the page with both arrows"},{"ancestorTitles":["Pagination"],"failureMessages":[],"fullName":"Pagination should not display 0 as the total number of pages","location":null,"status":"passed","title":"should not display 0 as the total number of pages"},{"ancestorTitles":["Pagination"],"failureMessages":[],"fullName":"Pagination should display the page with only the next arrows","location":null,"status":"passed","title":"should display the page with only the next arrows"},{"ancestorTitles":["Pagination"],"failureMessages":[],"fullName":"Pagination should display the page with only the next arrows","location":null,"status":"passed","title":"should display the page with only the next arrows"},{"ancestorTitles":["Pagination"],"failureMessages":[],"fullName":"Pagination should call the last page action","location":null,"status":"passed","title":"should call the last page action"},{"ancestorTitles":["Pagination"],"failureMessages":[],"fullName":"Pagination should call the next page action","location":null,"status":"passed","title":"should call the next page action"}],"endTime":1557394054341,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/Pagination.test.js","startTime":1557394053849,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["ExpandedRow"],"failureMessages":[],"fullName":"ExpandedRow should have 1 table data cell","location":null,"status":"passed","title":"should have 1 table data cell"},{"ancestorTitles":["ExpandedRow"],"failureMessages":[],"fullName":"ExpandedRow should display 9 fields that are the hidden fields","location":null,"status":"passed","title":"should display 9 fields that are the hidden fields"},{"ancestorTitles":["ExpandedRow"],"failureMessages":[],"fullName":"ExpandedRow should display 1 custom component","location":null,"status":"passed","title":"should display 1 custom component"}],"endTime":1557394054387,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/ExpandRow.test.js","startTime":1557394053932,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Row"],"failureMessages":[],"fullName":"Row should have 7 table cells","location":null,"status":"passed","title":"should have 7 table cells"},{"ancestorTitles":["Row"],"failureMessages":[],"fullName":"Row should have 1 table row","location":null,"status":"passed","title":"should have 1 table row"}],"endTime":1557394054468,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/Row.test.js","startTime":1557394054005,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Search"],"failureMessages":[],"fullName":"Search should have 1 input field","location":null,"status":"passed","title":"should have 1 input field"},{"ancestorTitles":["Search"],"failureMessages":[],"fullName":"Search should have a clear button","location":null,"status":"passed","title":"should have a clear button"},{"ancestorTitles":["Search"],"failureMessages":[],"fullName":"Search should call the clear search field action","location":null,"status":"passed","title":"should call the clear search field action"},{"ancestorTitles":["Search"],"failureMessages":[],"fullName":"Search should call the search row action","location":null,"status":"passed","title":"should call the search row action"}],"endTime":1557394054498,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/Search.test.js","startTime":1557394054203,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Columns"],"failureMessages":[],"fullName":"Columns should have 9 columns","location":null,"status":"passed","title":"should have 9 columns"}],"endTime":1557394054529,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/Columns.test.js","startTime":1557394054079,"status":"passed","summary":""},{"assertionResults":[{"ancestorTitles":["Cell"],"failureMessages":[],"fullName":"Cell should render 1 table cell","location":null,"status":"passed","title":"should render 1 table cell"},{"ancestorTitles":["Cell"],"failureMessages":[],"fullName":"Cell should render 1 custom component","location":null,"status":"passed","title":"should render 1 custom component"}],"endTime":1557394054544,"message":"","name":"/Users/mm82620/dev/js/react-collapsing-table/src/__tests__/components/Cell.test.js","startTime":1557394054120,"status":"passed","summary":""}],"wasInterrupted":false}