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
There are multiple errors are showing the in the console when running npm test
npm test
some of them are like
(node:6578) UnhandledPromiseRejectionWarning:
Error: Not implemented: window.scrollTo
files are
. ├── server │ ├── updatePassword │ ├── MarkAsVisitedUser │ ├── SourceConfigureRoute │ ├── TwitterHandlesRoute │ └── TwitterLogin ├── client │ ├── Header component - just a warning │ ├── LogoutActions - Error: Not implemented: navigation (except hash changes) │ ├── rename Collection - Promise rejection │ ├── DisplayFeeds - Error: Not implemented: window.scrollTo └── └── Sources - Error: Not implemented: window.scrollTo
The text was updated successfully, but these errors were encountered:
#156 | [Murali] | Fix server unit tests console errors
4f1fe0d
#156 | [Murali] | Fix client unit tests console errors
770d0cb
No branches or pull requests
There are multiple errors are showing the in the console when running
npm test
some of them are like
(node:6578) UnhandledPromiseRejectionWarning:
Error: Not implemented: window.scrollTo
files are
The text was updated successfully, but these errors were encountered: