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

Added test for testing /:address route #21

Closed
wants to merge 1 commit into from
Closed

Added test for testing /:address route #21

wants to merge 1 commit into from

Conversation

abhijeetnishal
Copy link

Description

This test is specifically designed to verify the functionality and correctness of the "/:address" route. The purpose of this test is to ensure that when a specific address is provided as a parameter in the URL, the corresponding functionality associated with the "/:address" route performs as expected. It aims to validate that the system handles the address parameter correctly and provides the desired response or output.

Fixes #[ISSUENO]
Fixes #7

Dependencies

jest and supertest

Copy link
Contributor

@bartick bartick left a comment

Choose a reason for hiding this comment

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

Anything except the 3rd test case won't work. The validator always checks for a valid ethereum address.

@abhijeetnishal abhijeetnishal closed this by deleting the head repository May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a new test for testing the /:address route.
2 participants