vitest-dev / eslint-plugin-vitest

eslint plugin for vitest
MIT License
325 stars 44 forks source link

Update error message of no-disabled-tests rule #480

Closed cajotafer closed 3 months ago

cajotafer commented 3 months ago

When people encounter this error they don't know they still have the option to use .todo() instead of .skip() and they end up removing code that might be useful.