0

I am trying to writing unit test with react-testing-library for my project in nextjs but I have trouble with next router specially localization

const t = locale === 'fa' ? fa : en;

I face to this error while I run the test Cannot destructure property 'locale' of 'router' as it is null. any body have idea about this problem ?

Ahmed Ashour
  • 5,179
  • 10
  • 35
  • 56
Hasan Rabiee
  • 31
  • 1
  • 8

0 Answers0