Skip to content

Commit 49d25a8

Browse files
committed
feat: update websockets to subscribe using ws-api
1 parent 92f7167 commit 49d25a8

4 files changed

Lines changed: 999 additions & 47 deletions

File tree

.github/workflows/js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
run: npm run ws-tests-spot
4040
- name: Ws Live Tests (futures)
4141
run: npm run ws-tests-futures
42+
- name: Ws Live Tests (api userdata)
43+
run: npm run ws-api-userdata-tests
4244
- name: CJS test
4345
run: npm run test-cjs
4446
- name: Package test
45-
run: npm run package-test
47+
run: npm run package-test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"ws-tests": "mocha ./tests/binance-class-ws.test.ts",
3333
"ws-tests-spot": "mocha ./tests/binance-ws-spot.test.ts --exit",
3434
"ws-tests-futures": "mocha ./tests/binance-ws-futures.test.ts --exit",
35+
"ws-api-userdata-tests": "mocha ./tests/binance-ws-api-userdata.test.ts --exit",
3536
"test-debug": "mocha --inspect-brk",
3637
"lint": "eslint src/",
3738
"cover": "istanbul cover _mocha --report lcovonly",

0 commit comments

Comments
 (0)