SyntaxError: Unexpected token ‘export’ in Jest
I am using Node v22.12.0
with Jest. I am trying to import a library that works find on my other typescript projects (with NestJS) and I get the following error.
SyntaxError: Unexpected token ‘export’ in Jest
I am using Node v22.12.0
with Jest. I am trying to import a library that works find on my other typescript projects (with NestJS) and I get the following error.