UniversityOfSaskatchewanCMPT371 / term-project-2024-team-4

Apache License 2.0
2 stars 2 forks source link

Automated unit testing failing in feature/projectile branch #99

Closed keliboi closed 6 months ago

keliboi commented 6 months ago

Similar with issue #72, running automated unit tests fails on frontend/projectile branch

image
lecegues commented 6 months ago

For the vitest test, ` should be surrounded by a Router.

BrowserRouter

MemoryRouter

keliboi commented 6 months ago

The recommended solution above fixes this issue