metafy-social / eth-unwrapped

Your web3 life in review #EthUnwrapped
https://ethunwrapped.xyz
8 stars 10 forks source link

Added test for testing /:address route #21

Closed abhijeetnishal closed 1 year ago

abhijeetnishal commented 1 year ago

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