Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 316 Bytes

React Sprout

Install

npm install react-sprout

Documentation

Documentation can be found at react-sprout.com

Testing

All tests

npm run test

Single test

NODE_ENV=test node --test --test-concurrency 1 ./test/tests/name-of-test/index.test.js