USEPA / the-manifest-game

Interactive decision tree to help e-Manifest users
https://usepa.github.io/the-manifest-game/
MIT License
1 stars 1 forks source link

Update url with current decision #124

Closed dpgraham4401 closed 4 months ago

dpgraham4401 commented 4 months ago

Description

updates a query parameter in the URL when the user makes a decision.

I also went ahead a create a new renderWithProviders test utility function which removed the need to include react context providers for tests that don't need to know about that information. This was a needed fix since we now need a route provider from the react-router-dom library for a couple of our hooks.

Issue ticket number and link

closes #98

Checklist