On a React app (created with CRA some years ago), Indium breakpoints are never resolved when I start tests with Jest library.
It may be a sourcemaps issue, and I'd like to investigate deeper into the Indium server to try to find what going wrong. But I don't know how to tell Indium to start the Indium server in a debug mode and being able to inspect it. Can you share your debugging process ?
On a React app (created with CRA some years ago), Indium breakpoints are never resolved when I start tests with Jest library.
It may be a sourcemaps issue, and I'd like to investigate deeper into the Indium server to try to find what going wrong. But I don't know how to tell Indium to start the Indium server in a debug mode and being able to inspect it. Can you share your debugging process ?
Thanks !