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 was archived by the owner on Jun 11, 2022. It is now read-only.
After turning on Heroku CI, when trying to run tests the following error message shows up:
TEST SETUP ERRORED
-----> Reading manifest...
-----> Fetching https://github.com/mars/create-react-app-buildpack.git buildpack...
buildpack downloaded
! Unable to detect any runnable tests.
! For more information on how to resolve the issue, please see:
! https://devcenter.heroku.com/articles/heroku-ci-prerelease
Notice I'm using Heroku Pipelines for automated deployments and I have ejected my create-react-app project.
Its worth mentioning that running npm test locally does run the test suite correctly.