Add coverage for extension tests (#8961)

* wip

* Add code coverage files to all extensions

* Update vscodetestcover

* Update yarn.lock

* Update CMS yarn.lock

* Update vscodetestcover version
This commit is contained in:
Charles Gagnon
2020-01-28 07:23:45 -08:00
committed by GitHub
parent 136a1d8cee
commit 2dfd75352f
44 changed files with 27989 additions and 4618 deletions

View File

@@ -110,6 +110,9 @@
"mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1",
"typemoq": "^2.1.0",
"vscode": "1.1.26"
"vscodetestcover": "github:corivera/vscodetestcover#1.0.4"
},
"resolutions": {
"esprima": "^4.0.0"
}
}