You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
27.4.7
Steps to reproduce
Hello,
To reproduce the bug, simply try to import the module "eslint/use-at-your-own-risk" in a jest test, directly or indirectly.
Here a reproduction with very little (less than 10) lines of codes : https://replit.com/@BenjaminDaniel1/Eslint-use-eslintuse-at-your-own-risk-builtinRules?v=1
Thank you for your ideas to fix this,
Benjamin
Expected behavior
The module is well imported, using
require
.Actual behavior
Module is "not found" when imported in a test.
Additional context
I'm using it in case of EsLint shared configuration testing.
Environment
The text was updated successfully, but these errors were encountered: