Open yuheidapperapps opened 5 years ago
I was able to resolve this by adding this to the Jest configuration in my project's package.json:
"transformIgnorePatterns": [
"node_modules/(?!static-container)/"
]
See more at https://jestjs.io/docs/en/configuration.html#transformignorepatterns-array-string
version: 1.2.0 jest: 23.6.0