Skip to content

Commit

Permalink
chore(deps): add packages
Browse files Browse the repository at this point in the history
This adds the following packages:
 - react virtualized
   This is the library we are using for our virtual list it is providing
   us with the multiGrid component which we use for our table.
 - memoize one
   This is a function which will cache return values based on the
   parameters, so it will only execute if the parameters change
 - enzyme-to-json
   This will generate a json for snapshot testing from enzyme objects.
   Unfortunately testing the table is cumbersome with the react
   renderer.
 - jest-emotion
   This will provide the possibility to render the css created by
   emotion instead of just the css class names. By that we can also test
   the resulting css. Which is important for the table.
These packages are needed for the
Table component.
  • Loading branch information
Poltergeist committed Jul 3, 2018
1 parent cec3ac8 commit 069d652
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 43 deletions.
153 changes: 112 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 069d652

Please sign in to comment.