Cannot find module '../components/PluginItemView/PluginItemView' from 'pluginItemView.test.js'
But this module already exist in a git repo.
Localy all tests work perfect.
Please assist
I was getting this and in my situation I needed to move the module from devDependencies to dependencies in the package.json
I just realized that won't help you because you're importing a component module not a package module.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.