mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 21:56:18 +02:00
fix connection close logic
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build": "npm run tsc",
|
||||
"tsc": "tsc",
|
||||
"tsd": "tsd",
|
||||
"jest": "jest",
|
||||
"jest": "jest --detectOpenHandles",
|
||||
"test": "npm run jest && npm run tsd"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user