Nico Jansen
Nico Jansen
**Is your feature request related to a problem or a nice-to-have?? Please describe.** I would love a way to discover where tests live inside the files. Could we attach this...
Currently, there doesn't seem to be a way to know from which test file a test originated. I was trying to find it on the custom reporter here: https://jasmine.github.io/api/edge/Reporter.html. Are...
### How are you running Renovate? Mend Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select...
Thanks again for the awesome work on Karma. There might already be an API for what I'm asking, but I couldn't find it. I hope I'm not wasting your time....
### Expected behaviour When programatically using karma, stop should respect overriden `done` argument of the server. ### Actual behaviour Stop always exits the current process: https://github.com/karma-runner/karma/blob/c67b90ab34ac8c3bc873a1861383cb561ad24de2/lib/middleware/stopper.js#L13-L14 ### Environment Details -...
**Is your feature request related to a problem? Please describe.** If you want to use `sinon` with `mocha`, you shouldn't forget to `restore` the sinon sandbox after each test. This...
Add incremental mode. When incremental mode is active, Stryker will use the results from the previous run to determine which mutants need to be retested, yielding much faster results. You...
**Is your feature request related to a problem? Please describe.** Hot reload could be added to our jest-runner plugin. I'm not sure if it is even possible. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Jest doesn't handle hidden directories well. See #2122. A valid workaround is to not load jest in a hidden directory...