I am facing some obstacles while trying to compile my Nextjs project for production. Here is the list of errors that I encountered:
./components/Layout/Header/Header.test.tsx
6:1 Error: 'describe' is not defined. no-undef
7:20 Error: 'jest' is not defined. no-undef
9:3 Error: 'it' is not defined. no-undef
11:5 Error: 'expect' is not defined. no-undef
14:3 Error: 'it' is not defined. no-undef
19:5 Error: 'expect' is not defined. no-undef