Testing updates
All checks were successful
Client Tests / test (push) Successful in 1m30s
Run Socket Server Tests / test (push) Successful in 1m15s

- Added client tests, started with the pdabHandler interactions
- Updated caps in socket server tests
- Updated pdabHandler with uniform 'guild_id'
- Updated pdabHandler with production check to launch or not launch the python client
-
This commit is contained in:
Logan Cusano
2024-04-14 15:47:29 -04:00
parent 238fe6a254
commit 854c73cc4e
6 changed files with 828 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --timeout 10000"
},
"keywords": [],
"author": "",
@@ -24,6 +24,8 @@
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"chai": "^5.1.0",
"mocha": "^10.4.0",
"typescript": "^5.3.3"
}
}