Removed socket.io types, changed jest script

This commit is contained in:
mrfry 2021-06-22 10:04:57 +02:00
parent 5192acfd90
commit 444e586796
2 changed files with 1 additions and 20 deletions

View file

@ -4,7 +4,6 @@
"dependencies": {
"@types/express": "^4.17.9",
"@types/node": "^15.0.1",
"@types/socket.io": "^3.0.2",
"better-sqlite3": "^7.1.5",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.4.5",
@ -23,7 +22,7 @@
"dev": "npm run build && NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
"build": "tsc && bash -c './scripts/postBuild.sh'",
"export": "tsc && bash -c './scripts/postBuild.sh'",
"test": "jest"
"test": "jest --detectOpenHandles"
},
"devDependencies": {
"@types/jest": "^26.0.23",