Correct typing in the indexServerSide test #586
Labels
Engineering
Technology and Development Track
Type: Robustness
Tickets to improve the application, invisibly
Milestone
Description
Correct the typing errors in the indexServerSide test. Due to the interaction between NextJS & Jest the typing is reporting issues, and due to how the
context
object is updated via the call, we cannot cast it to unknown.Discovered & spun out of #571
Acceptance Criteria
//@ts-ignores
& corresponding@typescript-eslint/ban-ts-comment
comments from indexServerSide testThe text was updated successfully, but these errors were encountered: