Alex Reddon
Results
1
comments of
Alex Reddon
I resolved this by installing `uuid` as a dev dependency and using the jest module name mapper to point to my instance of uuid. ``` moduleNameMapper: { '^uuid$': '/node_modules/uuid/dist/index.js', }...