Add tests for azdata extension (#11423)

* Add tests for azdata extension

* Fail on stderr

* Skip test for not implemented logic

* Move executeCommand stub

* Add missing packages
This commit is contained in:
Charles Gagnon
2020-07-21 14:13:58 -07:00
committed by GitHub
parent 238d643a8e
commit b57cae5b60
15 changed files with 1217 additions and 12 deletions

View File

@@ -0,0 +1,21 @@
{
"enabled": true,
"relativeSourcePath": "..",
"relativeCoverageDir": "../../coverage",
"ignorePatterns": [
"**/node_modules/**",
"**/test/**",
"localizedConstants.js",
"extension.js"
],
"reports": [
"cobertura",
"lcov",
"json"
],
"verbose": false,
"remapOptions": {
"basePath": "..",
"useAbsolutePaths": true
}
}