Encountered the following error message while running jest tests:
Error: Unable to locate module '../build/Release/magic' in 'index.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:191:17)
at Object.<anonymous> (node_modules/mmmagic/lib/index.js:3:13)
The application runs normally without any issues, but Jest tests throw the above error. Has anyone faced a similar issue? Thank you.
NodeJS version: 8.11,
Default configuration set to: 'Release'