w3b3d3v / web3-bootcamp-platform

web3-bootcamp-platform.vercel.app
MIT License
50 stars 24 forks source link

Testing #207

Closed nomadbitcoin closed 4 days ago

nomadbitcoin commented 1 month ago

We need to finalize the configuration and refinement of the testing environment for our project to ensure that all functionalities and UI components work as expected. Significant progress has been made in fixing broken tests, but additional steps are required to complete the setup. The tasks completed and remaining are outlined below:

Completed Tasks:

viniblack commented 1 month ago

I can do this task. Before creating new tests I will check the existing tests

viniblack commented 1 month ago

running the tests already existing in the project:

viniblack commented 1 month ago

Most tests are failing because of useSession of the DiscordCard component

img

viniblack commented 1 month ago

PR created for the following tests: components/Footer/index.spec.js components/ThemeSwitch/index.spec.js pages-test/auth/login.spec.js pages-test/signup/login.spec.js