Tests refactor
This commit is contained in:
parent
245520fb50
commit
99134d8556
165 changed files with 911 additions and 531 deletions
|
|
@ -21,6 +21,11 @@
|
|||
"test": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"test:watch": {
|
||||
"dependsOn": ["^build"],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"test:cov": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["coverage/**"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue