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
{{ message }}
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
Hi Team,
The plugin is not able to identify paths.
I have given below config also in jest.config.js
modulePaths: ["./src/js", "./src", "./__tests__"]
And when I add below line in tests, the plugin is not able to identify the module.
import ActionBar from "containers/ActionBar";
The text was updated successfully, but these errors were encountered: