We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a long discussion here, we came to the realization that there's a bug inside Jest which affects our function isNodeJSErrnoException.
isNodeJSErrnoException
$ node -e 'try { fs.readFileSync("/") } catch (error) { console.log(error instanceof Error) }' true
References:
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days.
Sorry, something went wrong.
No branches or pull requests
After a long discussion here, we came to the realization that there's a bug inside Jest which affects our function
isNodeJSErrnoException
.References:
The text was updated successfully, but these errors were encountered: