mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
* 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
200 B
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