We cover debugging in Chrome and Visual Studio Code. Note: debugging tests requires Node 8 or higher. Debugging Tests in Chrome Add the following to the scripts section in your project's package.json "scripts": { "test:debug": "react-scripts --inspect-brk test --runInBand --env=jsdom...