Skip to content

Commit fd15726

Browse files
committed
test: ✅ rewrite the tests
1 parent be4b027 commit fd15726

File tree

8 files changed

+303
-267
lines changed

8 files changed

+303
-267
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xapi-node",
33
"version": "2.5.5",
4-
"description": "This project is made possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection",
4+
"description": "This project makes it possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection",
55
"exports": {
66
".": {
77
"require": "./build/index.cjs",
@@ -14,23 +14,23 @@
1414
],
1515
"dependencies": {
1616
"logger4": "^2.1.5",
17-
"ws": "^7.2.3"
17+
"ws": "^8.9.0"
1818
},
1919
"devDependencies": {
20-
"@types/chai": "^4.2.14",
21-
"@types/mocha": "^8.0.3",
22-
"@types/node": "^11.15.3",
20+
"@types/chai": "^4.3.3",
21+
"@types/mocha": "^10.0.0",
22+
"@types/node": "^18.7.23",
2323
"@types/ws": "^8.5.3",
2424
"@typescript-eslint/eslint-plugin": "^5.38.1",
2525
"@typescript-eslint/parser": "^5.38.1",
26-
"chai": "^4.2.0",
26+
"chai": "^4.3.6",
2727
"esbuild": "^0.15.10",
2828
"eslint": "^8.24.0",
29-
"mocha": "^8.2.0",
29+
"mocha": "^10.0.0",
3030
"prettier": "^2.7.1",
31-
"ts-mocha": "^8.0.0",
32-
"ts-node": "^9.0.0",
33-
"typescript": "^3.4.5"
31+
"ts-mocha": "^10.0.0",
32+
"ts-node": "^10.9.1",
33+
"typescript": "^4.8.4"
3434
},
3535
"scripts": {
3636
"build": "rm -rf ./build && tsc --declaration --emitDeclarationOnly & node ./esbuild.config.js",

0 commit comments

Comments
 (0)