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