React test component fails in CircleCi and success locally

I wrote a simple test to my App component and the test pass in my local environment, but in CircleCi fails and throw this message: Cannot find module ‘./containers/signup_signin/signupsignin’ from ‘App.jsx’

I create new repo and new project in CIRCLE CI with exactly the some codebase; the test passed without problems!
Any advice thank you?

The problem is solved, it was some folders not updated after my commits to Github repo

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.