This repository was archived by the owner on May 17, 2019. It is now read-only.

Description
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