How to test a potential null value from an async void function without using @ts-ignore in TypeScript – SEO
This is probably more of a JavaScript/TypeScript question then it is about React/Testing. But I'll give the complete story. So I have a test app with basic routing functionality and tests to verify that the routing works. App.tsx https://github.com/Leejjon/pwa-seo/blob/6f621968de1184b03744a262a68d291b4571c5c1/src/App.tsx App.test.tsx…