Nick McCurdy

Results 346 comments of Nick McCurdy

Duplicate of #8535 (please move that into the milestone if you close this)

I've noticed that nodejs/node#44023 has been closed by nodejs/node#44241 as of August 24, adding an API to run tests programmatically in Node 19 (to be backported into Node 16). Would...

Why not offer a `jsx-runtime` config like [`eslint-plugin-react`](https://github.com/jsx-eslint/eslint-plugin-react)?

> that'd just be a re-export of the react plugin's config I don't think so, doesn't `react/jsx-runtime` extend the entire `react/all` config? ```js module.exports = Object.assign({}, all, { languageOptions: Object.assign({},...

Oh I see now, it's not actually assigning/spreading the `rules` property. Thanks for the explanation. I guess my concern is more about the documentation then. Perhaps there should be a...

Shouldn't this be reopened so #519 can close it? I'm not seeing `.mjs` files in Jest DOM 6.

You're right, I got mixed up when reviewing other notifications here.