Testy datumových funkcí

This commit is contained in:
2023-10-15 19:05:27 +02:00
parent ca9a7c5c23
commit 74c8ab9e39
4 changed files with 1479 additions and 15 deletions

View File

@@ -7,13 +7,19 @@
"scripts": {
"start": "ts-node src/index.ts",
"startReload": "nodemon src/index.ts",
"build": "tsc -p ."
"build": "tsc -p .",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.2.5",
"@types/request-promise": "^4.1.48",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
@@ -29,4 +35,4 @@
"simple-json-db": "^2.0.0",
"socket.io": "^4.6.1"
}
}
}