Pietro Marchini
Pietro Marchini
I'm opening this PR in draft to collect feedback on a potential refactor of the `runner.js` file. I was planning to do some work related to the introduction of a...
I'm opening this PR as a draft to discuss the implementation. The goal is to address issue #57728. This PR unifies the behaviour of `--require` and `--import` for the specific...
This should address #57234. Adding the teardown in case of `isolation: none` addresses this specific issue, and I see no potential negative effects in having it. @cjihrig, was there a...
Since #58073, we've defined the concept of namespaces and introduced the first one, `testRunner`, in `node.config.json`. I'm opening this issue to gather some feedback regarding the potential addition of other...
This PR should address #60986! At the moment, this solution doesn't take into account `NODE_OPTIONS` nor the config file. In order to support both of them, at least for V8...
This is only a draft and needs a significant amount of refactoring before it can be considered "ready for review". I'm opening it to gather some feedback!