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
console.error Request failed.
12 | }) 13 | .catch(({ message }) => { > 14 | console.error(message); | ^ 15 | }); 16 | } 17 | at console.<anonymous> (node_modules/jest-mock/build/index.js:850:25) at src/requests.js:14:15 at Object.<anonymous> (tests/requests.test.js:65:7)
When I run npm test after completing all tests described in the module 18.6. I get the above message, is this normal?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
console.error
Request failed.
When I run npm test after completing all tests described in the module 18.6.
I get the above message, is this normal?
The text was updated successfully, but these errors were encountered: