-
Notifications
You must be signed in to change notification settings - Fork 2
chore: add e2e tests #6
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
Conversation
Noticed the deprecation as I was working on valora-inc/viem-account-hsm-gcp#6
kathaypacific
left a 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.
LGTM, curious why you decided on a send.e2e.ts file in the scripts folder? it seems like it just calls the actual test file, what's the difference between using a script in the package.json with something like jest *.e2e.ts?
|
Ah yes it's just to show that it's an e2e test for the send script. |
bakoushin
left a 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.
Is there a way to run e2e test locally?
d910480 to
2642bdb
Compare
49d86c5 to
471f5c0
Compare
|
Yes with |
|
🎉 This PR is included in version 1.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This ensures the lib keeps working with a real GCP HSM going forward.
Quite similar to the unit test, so you may see some duplication in the structure of the test.
Which is fine/expected I think.
Fixes RET-1037