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: