You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test: 💍 added basic tree rendering tests
this test if the tree renders the expected html for a custom renderer,
this will make sure that actual errors are caught unlike shallow
rendering all components
* test: 💍 minor change in exposed mock data
* chore: 🤖 updated jest to latest version
* test: 💍 moved export from sample data
* chore: 🤖 finished moving sample data
* test: 💍 added integration tests to Expandable Renderer
This tests assert that when a Expandable Renderer is used in a simple
tree nodes collapse and expand as expected
* chore: 🤖 moved deletable nodes samples inside file
* chore: 🤖 remove unused files
* test: 💍 added NodeDiff class
added a class that helps figure out the node changes inside the tree
when a certain action is executed
* test: 💍 added Deletable tests and small restructure
* test: 💍 added tree integration tests to Favorite Renderer
* chore: 🤖 re-organized tree tests
* chore: 🤖 remove old Tree tests
* test: 💍 added Tree extensions tests
* test: 💍 removed old TreeContainer tests
* test: 💍 moved Deletable renderer tests to react-testing-library
* test: 💍 moved Expandable tests to use react-testing-library
* test: 💍 moved Favorite renderer tests to use react-testing-lib
* test: 💍 moved DefaultGroupRenderer tests to react-testing-lib
* test: 💍 moved FilteringContainer tests to use react-testing-lib
* chore: 🤖 removed enzyme from project
* test: 💍 added integration tests for Tree filtering no groups
* test: 💍 finished filtering integration tests
0 commit comments