Availity / availity-react

React components using Availity UIKit and Bootstrap 4
https://availity.github.io/availity-react
MIT License
52 stars 30 forks source link

docs(authorize): update stories for Authorize #1316

Closed ncruz-av closed 11 months ago

ncruz-av commented 11 months ago

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from master.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (yarn test). Tip: yarn test --watch TestName is helpful in development.
  5. Make sure your code passed the conventional commits check. Read more about conventional commits
ncruz-av commented 11 months ago

The _UseAuthorize StoryObj has a typeof BlockUI, but the name of the story should be 'useAuthorize' right? That is why I left the storyName in it, but I wasn't sure if that was the correct thing.

codecov[bot] commented 11 months ago

Codecov Report

Merging #1316 (e19c5ff) into master (6d4712e) will increase coverage by 4.02%. Report is 1 commits behind head on master. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1316      +/-   ##
==========================================
+ Coverage   94.67%   98.70%   +4.02%     
==========================================
  Files          21        4      -17     
  Lines         657       77     -580     
  Branches      206       27     -179     
==========================================
- Hits          622       76     -546     
+ Misses         35        1      -34     

see 25 files with indirect coverage changes