Skip to content

Commit

Permalink
Merge pull request #136 from creative-commoners/pulls/5.0/react-testi…
Browse files Browse the repository at this point in the history
…ng-library

MNT Use React Testing Library
  • Loading branch information
GuySartorelli authored May 3, 2023
2 parents caf26d5 + aedbf97 commit 6d4e412
Show file tree
Hide file tree
Showing 7 changed files with 433 additions and 1,031 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/components/WebAuthn/Verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Verify.propTypes = {
method: PropTypes.object.isRequired,
publicKey: publicKeyType,
onCompleteVerification: PropTypes.func.isRequired,
moreOptionsControl: PropTypes.func,
moreOptionsControl: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
errors: PropTypes.arrayOf(PropTypes.string),
};

Expand Down
Loading

0 comments on commit 6d4e412

Please sign in to comment.