This PR aims to do something (detailed description).
- Bug fix π
- New feature β¨
- Breaking change π©
- This change requires a documentation update π
- Improvement π
- Refactor π
- Add Test Specs π¦
Tests description
- Test A
- Test B
Tests configurations and running:
- RSpec: 3.0
- Jest: 3.0
- Rubocop 0.80.1
- SCSS Lint 0.59.0
rspec .
yarn test
rubocop
scss-lint
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- My changes generate no new warnings
- I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- Any dependent changes have been merged and published in downstream modules