Skip to content
New issue

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

fix: add options & endpoint validations, more tests #15

Merged
merged 4 commits into from
Jan 19, 2018

Conversation

oleg-koval
Copy link
Owner

@oleg-koval oleg-koval commented Jan 19, 2018

fixes #14

  • validation of options and endpoint
  • node version for Travis from 8 to 8.4.0
  • tests refactoring: group of tests, isolate tests

@oleg-koval oleg-koval added the bug Something isn't working label Jan 19, 2018
@oleg-koval oleg-koval self-assigned this Jan 19, 2018
index.js Outdated

this.endpoint = options.endpoint;
this.log = options.log || console;
this.log = options.log || console; // TODO: add more loggers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe better to create an issue with the description of the todo to make it clear.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@syllerim already there :)

@syllerim syllerim merged commit 826ea14 into master Jan 19, 2018
@oleg-koval oleg-koval deleted the oleg-koval-gh#14 branch January 19, 2018 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase options validation
2 participants