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

Unable to debug with --watch #679

@supersonicclay

Description

@supersonicclay

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions