mysticatea / eslint-plugin-node

Additional ESLint's rules for Node.js
MIT License
958 stars 167 forks source link

"node:test" is not found in v17.0.0 #357

Open hulkish opened 2 months ago

hulkish commented 2 months ago

For some reason, in the latest release of this plugin - importing or requiring of 'node:test' or 'test'. results in the rule n/no-missing-import to falsely report "node:test" is not found

scagood commented 2 months ago

This issue has been reported in the eslint-plugin-n repo here eslint-plugin-n #232

It has been fixed here eslint-plugin-n #227

And is now released in v17.1.0