fix and add tests

This commit is contained in:
hatim boufnichel 2024-03-30 01:13:34 +01:00
parent e97e78e90b
commit 7c1c79b426
21 changed files with 379 additions and 142 deletions

View file

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": " tsc && node build/src/testRunner.js",
"test": " tsc && node build/src/tests/testRunner.js",
"start": "tsc && node build/src/index.js",
"start:ci": "git reset --hard && git pull && npm run start",
"build_autogenerated": "cd proto && rimraf autogenerated && protoc -I ./service --pub_out=. service/*",
@ -77,4 +77,4 @@
"ts-node": "10.7.0",
"typescript": "4.5.2"
}
}
}