I’m upgrading a React project from Babel 6 to Babel 7 (and bumping the Jest in the process). My build is failing with the error:
Too long with no output (exceeded 10m0s)
I reran the build with SSH then used SSH to access the container. Once inside the container, I re-ran the test suite and it passed in under 2 minutes. How can I debug this and find whats causing the build/test runner to hang and then timeout?