File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "string-hash" : " ^1.1.3" ,
1414 "url" : " ^0.11.0" ,
1515 "ws" : " ^7.2.0"
16- },
16+ },
1717 "scripts" : {
18- "test" : " mocha" ,
18+ "test" : " mocha ./tests/live-tests.js " ,
1919 "test-debug" : " mocha --inspect-brk" ,
2020 "lint" : " eslint -c .eslintrc.js node-binance-api.js test.js" ,
2121 "cover" : " istanbul cover _mocha --report lcovonly" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const TIMEOUT = 10000;
2020let chai = require ( 'chai' ) ;
2121let assert = chai . assert ;
2222let path = require ( 'path' ) ;
23- let Binance = require ( path . resolve ( __dirname , 'node-binance-api.js' ) ) ;
23+ let Binance = require ( path . resolve ( __dirname , '../ node-binance-api.js' ) ) ;
2424let binance = new Binance ( ) . options ( {
2525 APIKEY : 'X4BHNSimXOK6RKs2FcKqExquJtHjMxz5hWqF0BBeVnfa5bKFMk7X0wtkfEz0cPrJ' ,
2626 APISECRET : 'x8gLihunpNq0d46F2q0TWJmeCDahX5LMXSlv3lSFNbMI3rujSOpTDKdhbcmPSf2i' ,
You can’t perform that action at this time.
0 commit comments