Closed
Description
What problem does this feature solve?
Fix errors in your test or code under test by setting a break point and inspecting the system state.
Using the 2.x CLI combined with Karma Chrome/Firefox/... i could run a test and use the browsers build in debugger to debug de code. In the new CLI ( 3.x with jsdom) i do not see how this is done in a clean and easy to use way.
What does the proposed API look like?
yarn test --debug