Testing and Debugging Next.js13 apps for production
Just curious how testing works for Next.js13 apps, read a little bit on jest but need more insight on production based development... Is testing necessary on all applications and what is the best way to go about testing application and also debugging
