Skip to content
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

Create .env.sample for Restapi test cases #1154

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

ankur12-1610
Copy link
Contributor

Fixes Issue

#1140

Changes proposed

Create .env.sample for Restapi test cases

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

@ankur12-1610
Copy link
Contributor Author

@Aman035 I have added beforeAll hook, kindly review.

@ankur12-1610 ankur12-1610 changed the title WIP: Create .env.sample for Restapi test cases Create .env.sample for Restapi test cases Mar 7, 2024
@@ -17,6 +17,7 @@
"@metamask/eth-sig-util": "^5.0.2",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"envfile": "^7.1.0",
Copy link
Member

@Aman035 Aman035 Mar 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this as a dev dependency.

Anything that we add as dependency affects the build size
Since env verifier is only required for test cases, it should be added as a dev dependency.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done @Aman035!

@Aman035 Aman035 merged commit 201db52 into push-protocol:main Mar 11, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

😈 [Improvement Proposal] - Create .env.sample for Restapi test cases
2 participants