fix and add tests
This commit is contained in:
parent
e97e78e90b
commit
7c1c79b426
21 changed files with 379 additions and 142 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue