Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Updates for test cases - eslint conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed Apr 10, 2018
1 parent 0d2b45a commit 67618ed
Show file tree
Hide file tree
Showing 5 changed files with 860 additions and 119 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = {
"no-alert": "error",
"no-array-constructor": "error",
"no-await-in-loop": "error",
"no-bitwise": "error",
"no-bitwise": "off",
"no-buffer-constructor": "error",
"no-caller": "error",
"no-catch-shadow": "off",
Expand Down Expand Up @@ -216,7 +216,7 @@ module.exports = {
"no-shadow": "off",
"no-shadow-restricted-names": "error",
"no-spaced-func": "error",
"no-sync": "error",
"no-sync": "off",
"no-tabs": "off",
"no-template-curly-in-string": "error",
"no-ternary": "off",
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ branches:

before_script:
- npm install
- travis_retry wget https://raw.githubusercontent.com/jaggedsoft/node-binance-api/gh-travis/node-binance-api-test.js -O test.js
- travis_retry npm install
- travis_retry npm install coveralls istanbul mocha chai codecov codacy-coverage mocha-lcov-reporter
- travis_retry npm install -g coveralls istanbul mocha chai codecov codacy-coverage mocha-lcov-reporter
- travis_retry npm install coveralls istanbul mocha chai codecov codacy-coverage mocha-lcov-reporter eslint
- travis_retry npm install -g coveralls istanbul mocha chai codecov codacy-coverage mocha-lcov-reporter eslint

script:
- npm run test
- npm run lint

after_success:
- npm run cover
Expand Down
Loading

0 comments on commit 67618ed

Please sign in to comment.