You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.
npm test has now been configured to create a config.json if none exists, but the code should definitely be made more resilient so that it doesn't need a custom bot to run.
It looks like copying
example.config.json
toconfig.json
is breaking Travis CI tests. See PR from @abhisekp here (scroll down)It's an easy fix. Move the example to
config.json
and update the readme. The code itself relies onconfig.json
which is why the test fails.It makes sense for users who don't need a custom bot user not to need to alter a
config.json
anyway.The text was updated successfully, but these errors were encountered: