Dipen-Dedania / mr-emoji

Lightweight emoji picker like SLACK
BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

Error when using CRA and Jest #2

Open Fer0x opened 6 years ago

Fer0x commented 6 years ago

Here error, which I got with built create-react-app test:

 FAIL  src/components/App.test.js
  ● Test suite failed to run

    Cannot find module 'mr-emoji' from 'App.js'

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:179:17)
      at Object.<anonymous> (src/components/App.js:2:16)

It seems like something wrong with package.json and jest can't resolve module. Besides, my IDE - WebStorm also says that module is not installed.

cesarlima-hotmart commented 4 years ago

Same problem here.