redux-grid-test

0.5.8 • Public • Published

redux-grid-test

Test framework for redux-grid and related components. Enables redux-grid to not carry heavyweight dependencies.

Build Status codecov

NPM

Philosophy

Given the number of issues that occur when React and other heavy dependencies get bundled with a library component, redux-grid does not include any of these dependencies. Instead, the consumer provides there version of React, connect, ReactVirtualized, etc. to redux-grid and redux-grid returns its components. This limits the ability to test redux-grid from within its own package. To accomodate, this library acts as the consuming app and tests redux-grid exactly as it would be used in a consumer environment. This means 0 chance of accidentally including 2 copies of React in the DOM or any library code for that matter.

How to use

git clone https://github.com/noderaider/redux-grid cd redux-grid npm i cd ..

git clone https://github.com/noderaider/redux-grid-test cd redux-grid-test npm i npm link ../redux-grid npm test

Package Sidebar

Install

npm i redux-grid-test

Weekly Downloads

1

Version

0.5.8

License

MIT

Last publish

Collaborators

  • cchamberlain