Created by: cdaringe
problem statement
-
react-scriptsdoes not offer ready-to-roll jest debugging.
solution
- add it!
- i selected a natural model where
--debug-brkanddebugare working flags passed tonpm test. that isnpm test -- --debug-brkworks. 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)
