Jest - Solution for "Jest encountered an unexpected toke"
Pre-study
Compiling Vs. TranspilingJest Code TransformationJest docs – transformIgnorePatterns
Background
When running unit tests using Jest, get the error as below
⛶Jest encounte...