Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Conversation

@renovatorruler
Copy link

  • Added jest and tests for all exposed API methods
  • Added ESLINT for standard coding convention
  • Minor update in the documentation regarding the smartTradesV2 method
  • Other minor changes (commented in the PR)

@@ -0,0 +1,3 @@
module.exports = {
API_URL: 'https://api.3commas.io'
Copy link
Author

Choose a reason for hiding this comment

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

Moved API_URL attributes into its own file (primarily for easier testing)

},
"author": "Rento",
"license": "gpl-3.0",
"license": "GPL-3.0-only",
Copy link
Author

Choose a reason for hiding this comment

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

Changed the license field value it to valid SPDX expression. Please review.

Comment on lines +1 to +3
language: node_js
node_js:
- 10
Copy link
Author

Choose a reason for hiding this comment

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

Added .travis.yml, so now you can integrate it with TravisCI and it will run the whole set of tests with every PR.

@renovatorruler renovatorruler changed the title Feature/02 integrate jest Integrated Jest and full test coverage for all exposed API methods Dec 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant