Nico Jansen

Results 92 issues of 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...

type: feature
status: accepting prs

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...

feature request

### 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...

type:bug
priority-3-medium
manager:npm
status:requirements
reproduction:confirmed

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...

Help wanted
pinned
good first issue

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...

🚀 Feature request

**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...

🚀 Feature request
☠ stale