-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/fido connect extension #13
Conversation
- added unit tests for assertion module controller - removed express response object where possible to avoid mocking
- added unit tests for attestation module controller - removed express response object where possible to avoid mocking
- added unit tests for auth module controller - removed express response object where possible to avoid mocking
resolved value for it) - updated endpoints to not JSON.stringify responses ( handled by nest ) - removed unnecessary mocks
- removed JSON.stringify from api responses
- removed unnecessary mocks
This reverts commit de18cc9.
… to dummyAttestationCredentialJSON
- changed mock challenges to be more realistic
…nternal server error
- fixes up tests - removes lint errors
client-gen.sh
Outdated
sed -i "s/\.\/api/\.\/api.js/g" clients/liquid-auth-client-js/src/client/api_test.spec.ts | ||
rm clients/liquid-auth-client-js/src/client/git_push.sh | ||
|
||
#java -jar swagger-codegen-cli.jar generate -i http://localhost:3000/docs-json -l kotlin-client -o clients/liquid-auth-client-kotlin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping it for if/when we generate the REST clients, the docs/client gen effort is on hold for now
I noticed when running
Is there a reason for this? |
@HashMapsData2Value A few tests are skipped, still working on getting coverage up. We are testing error conditions for better branch coverage and this is the source of the Nest errors |
# Conflicts: # README.md
edd8ba4
to
2791d87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after our meeting
ℹ Overview
This PR includes all of the testing updates and the FIDO Connect Extension
Android Client: https://github.com/awesome-algorand/android-authentication-client/releases/tag/v0.2.0
📝 Related Issues
Related PRs
✅ Acceptance:
npm run test:cov
passes