SyntaxError with importing queryString module
stacy-22 opened this issue · 2 comments
stacy-22 commented
sindresorhus commented
This is a problem with your Jest config, not this package.
dushmanta05 commented
I hope you've resolved this issue, if someone else trying to resolve it you can add this below to your package.json
file
{
"type": "module"
}