You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eric Butterfield edited this page Mar 5, 2018
·
2 revisions
Below are some of the known Gotcha's we've come across thus far.
Testing
When using jest if you get an error like: SyntaxError: Unexpected token import. Then you need to add that folder from node_modules to the transformIgnorePatterns in the package.json file.