hmrc / hmrc-frontend

Apache License 2.0
9 stars 19 forks source link

PLATUI-3224 update jest #403

Closed oscarduignan closed 1 month ago

oscarduignan commented 1 month ago

update jest, refactored some test config as a result, had some broken tests with the timeout dialog which were hard to unpick/isolate with jsdom so I've refactored a lot of them into the browser-based tests instead, seems like we don't need --runInBand (run tests in sequence) so they should run faster now, but we'll see if that holds up in jenkins.

most of this is moving around test coverage and trying to simplify test code so it's easier to maintain in future 🤞