Javascript – Ts-jest SyntaxError: Cannot use import statement outside a module
Issue I'm running into error SyntaxError: Cannot use import statement outside a module for my jest unit tests after switching one of the packages in our dependencies. The package is a hard requirement and we cannot do anything with it.…