Debugging from React app all the way down to GraphQL server from tests
I've got 2 modules in a monorepo. So src/client and src/graphql. Both have a package.json in them.
I've got mocha tests setup. I can debug from a client test into the client's code. But I can't debug from the test to client and then down to the graphql module. It stops at the client.
sourcemaps are also being created from the graphql and the client project's tsconfig.
Is it possible to debug all the way down in this case?
Please sign in to leave a comment.
Please could you try composing a sample project we could play with to see if this can be done?