<!--- Provide a general summary of the issue in the title --> ### Type of issue Bug ### Description Unable to debug with `fusion test --watch --debug` This works: ``` JEST_ENV=dev node --inspect ./node_modules/.bin/jest --config=./node_modules/fusion-cli/build/jest/jest-config.js --watch --runInBand --no-cache ``` Neither of these works: ``` ./node_modules/.bin/fusion test --watch --debug ./node_modules/.bin/fusion test --watch --debug --runInBand --no-cache ``` It hits the breakpoint in `node_modules/jest/bin/jest.js`, but not in my actual test. I'm using latest fusion-* versions. ### Your environment * fusion-cli version: 1.15.1 * Node.js version (`node --version`): 8.12.0 * npm version (`npm --version`): 6.4.1 * Operating System: OSX
Type of issue
Bug
Description
Unable to debug with
fusion test --watch --debugThis works:
Neither of these works:
It hits the breakpoint in
node_modules/jest/bin/jest.js, but not in my actual test. I'm using latest fusion-* versions.Your environment
fusion-cli version: 1.15.1
Node.js version (
node --version): 8.12.0npm version (
npm --version): 6.4.1Operating System: OSX