Created by: cdaringe
problem statement
-
react-scripts
does not offer ready-to-roll jest debugging.
solution
- add it!
- i selected a natural model where
--debug-brk
anddebug
are working flags passed tonpm test
. that isnpm test -- --debug-brk
works. i think this is a nice entry point into the system. - auto-handle other flags that need to be massaged to make debugging work. that is, disable watch and enable runInBand
- i selected a natural model where
closes #594 (closed)