react-bootstrap-table2/CONTRIBUTING.md
ChunMing, Chen 23cb0fd160 [develop] environment setup for testing (#4)
* add yarn.lock

* test environment setup with jest

* allow eslint to suit for jest

* run lint before starting testing

* disable deprecated rule of 'react/jsx-space-before-closing'

* add CONTRIBUTING document

* specify how to start testing

* add Enzyme for React testing

* add testing template for bootstrap-table
2017-08-19 06:01:17 -05:00

200 B

Contributing to react-bootstrap-table2

Commands

Testing

In order to run the tests

yarn test

testing with watch mode

yarn test:watch

see the coverage report

yarn test:coverage