react-formula-test

0.16.3 • Public • Published

react-formula-test

Test framework for reactFormula and related components. Enables reactFormula 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, reactFormula does not include any of these dependencies. Instead, the consumer provides there version of React, connect, ReactVirtualized, etc. to reactFormula and reactFormula returns its components. This limits the ability to test reactFormula from within its own package. To accomodate, this library acts as the consuming app and tests reactFormula 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/reactFormula cd reactFormula npm i cd ..

git clone https://github.com/noderaider/react-formula-test cd react-formula-test npm i npm link ../reactFormula npm test

Package Sidebar

Install

npm i react-formula-test

Weekly Downloads

1

Version

0.16.3

License

MIT

Last publish

Collaborators

  • cchamberlain