unit tests, and some cleaning up

This commit is contained in:
Josh Burman
2019-03-14 10:14:42 -04:00
parent 501a14d713
commit 21f77fa4c3
134 changed files with 16787 additions and 359 deletions

View File

@ -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"
}