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
There seems to be some kind of incompatibility issue between this package and Jest: all tests which reference a file where face-recognition is imported fail with the following message:
FAIL server/__tests__/app.test.js
● Test suite failed to run
Cannot find module '../build/Release/facerec' from 'fr.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
at Object.<anonymous> (node_modules/face-recognition/lib/fr.js:6:8)
The text was updated successfully, but these errors were encountered:
There seems to be some kind of incompatibility issue between this package and Jest: all tests which reference a file where face-recognition is imported fail with the following message:
The text was updated successfully, but these errors were encountered: