UniversalTraveller / capstone-project

https://tagged-podcast-player.vercel.app/
MIT License
0 stars 0 forks source link

Fix broken Tests #33

Open UniversalTraveller opened 2 years ago

UniversalTraveller commented 2 years ago

Value Proposition

As a developer I want to see that the app passes all my tests So that I know everything works as is should.

Description

Switching to Next.js Router for podcast selection broke some tests, because they got the selected podcast as props or via global state before. There must be some way to mock a URL path in Jest.

Acceptance Criteria

Tasks

Complexity

M