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
when running tests using jest, I get the following warning:
babel-plugin-i18next-extract: Extraction error in $REPO/node_modules/jwt-decode/build/jwt-decode.cjs.js at line 1. Couldn't evaluate i18next key. You should either make the key evaluable or skip the line using a skip comment (/* i18next-extract-disable-line */ or /* i18next-extract-disable-next-line */).
test pass, but I would love to remove this warning.
Describe the bug
when running tests using jest, I get the following warning:
test pass, but I would love to remove this warning.
How to reproduce
Babel configuration:
Your environment
Additional context
jest config:
The text was updated successfully, but these errors were encountered: