unit tests, and some cleaning up
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "nyc mocha dist/server/test/**/*.spec.js"
|
||||
"test": "mocha dist/server/test/**/*.spec.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -33,6 +33,7 @@
|
||||
"@types/ws": "^6.0.1",
|
||||
"chai": "^4.2.0",
|
||||
"mocha": "^6.0.2",
|
||||
"mock-socket": "^8.0.5",
|
||||
"sinon": "^7.2.7",
|
||||
"typescript": "^3.3.3333"
|
||||
}
|
||||
|
Reference in New Issue
Block a user