Nico Jansen

Results 436 comments of Nico Jansen

@boneskull what are you're thoughts on this? Would you allow me to write a PR for this?

Same goes for [handleRequires](https://github.com/mochajs/mocha/blob/master/lib/cli/run-helpers.js#L84)

Thanks for pitching in, @boneskull . I agree that making internal stuff in `run-helpers.js` public isn't maintainable in the long run. Maybe it's better to create a new abstraction that...

This is what needed to change for Stryker to support mocha 8's rootHooks, while importing from the semi-private `run-helpers` file. https://github.com/stryker-mutator/stryker/pull/2259/files ![image](https://user-images.githubusercontent.com/1828233/84687961-cd92bb00-af3e-11ea-9801-3dd2d9d97372.png) @boneskull Would it be OK if I took...

@JoshuaKGoldberg I'm still interested in this issue. We are currently depending on these private API's 😅😓😥 ```ts loadOptions collectFiles handleRequires loadRootHooks ``` https://github.com/stryker-mutator/stryker-js/blob/92679e481dbcad9b4a21be7e851c8c06a8b386fa/packages/mocha-runner/src/lib-wrapper.ts#L42-L45

Ah yes. Couple of work arounds: 1. Install `git` and run `git init` in `D:\robobar-example-master`. 2. Install `git` and create a fresh clone: `git clone https://github.com/stryker-mutator/robobar-example.git` and use that instead....

Did you install the dependencies? ``` npm install ```

Ah, could you try to run `taskkill /?`, does that print the help for the `taskkill` command?

Hmm ok, so you are running on windows, yet `taskkill` isn't available. Could you verify this by running `taskkill /?`? Could you please provide more information about your system. What...

For me, taskkill.exe lives in `C:\windows\system32`. Could you try to have a look there? If it's there, you might need to add `C:\windows\system32` to your PATH environment.