Before 1.3.50 there wasnt a way do to run tests f...
# javascript
t
Before 1.3.50 there wasnt a way do to run tests from gradle so i i implemented that myself, manually running jest with npm in a custom gradle task. now that not necessary any more, that's cool! But there is one downside! Running jest manually i could easily start the node process with the
--inspect-brk
swoitch so i could debug broken testcode. Is something similar possible in 1.3.(5|6)0?
i
Hello, unfortunately it can be possible since only 1.3.70 It will include debug via IDEA Ultimate too
t
wow thats cool! 🙂