add simple tests

This commit is contained in:
Mystikfluu
2022-08-10 22:26:57 +02:00
parent a4b6d24651
commit 21ed1fc476
7 changed files with 216 additions and 5 deletions
+21 -2
View File
@@ -9,6 +9,25 @@
"helmet": "^5.1.0",
"jimp": "^0.16.1",
"mysql": "^2.18.1",
"ws": "^8.8.0"
}
"ws": "^8.8.1"
},
"scripts": {
"start": "node server.js",
"test": "node tests"
},
"name": "ipost",
"description": "IPost is a revolutionary open-source chatting platform featuring an innovative design",
"version": "1.0.0",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/002Hub/IPost.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/002Hub/IPost/issues"
},
"homepage": "https://github.com/002Hub/IPost#readme"
}