Add test coverage to TS Client tests (#2409)
This commit is contained in:
parent
30a59f6df7
commit
f309c303db
|
|
@ -54,4 +54,5 @@ ipch/
|
|||
*.exe
|
||||
*.aps
|
||||
*.opendb
|
||||
*.db
|
||||
*.db
|
||||
coverage/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "cd ./signalr && npm run build && cd ../signalr-protocol-msgpack && npm run build",
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"coverage": "jest --coverage"
|
||||
},
|
||||
"author": "Microsoft",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue