cleanup dacpac and schema compare to use createConnectionProfile() from ads-test (#19942)

* cleanup dacpac and schema compare to use createConnectionProfile() from ads-test

* typo

* reuse mockConnectionInfo
This commit is contained in:
Kim Santiago
2022-07-07 16:25:00 -07:00
committed by GitHub
parent d09d028bbb
commit be006466ca
9 changed files with 146 additions and 90 deletions

View File

@@ -100,16 +100,17 @@
"vscode-nls": "^4.0.0"
},
"devDependencies": {
"@microsoft/azdata-test": "^1.5.2",
"@microsoft/vscodetestcover": "^1.2.1",
"@types/mocha": "^7.0.2",
"@types/sinon": "^9.0.4",
"@types/node": "^12.11.7",
"@types/sinon": "^9.0.4",
"mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1",
"typemoq": "^2.1.0",
"@microsoft/vscodetestcover": "^1.2.1",
"sinon": "^9.0.2"
"sinon": "^9.0.2",
"typemoq": "^2.1.0"
},
"__metadata": {
"id": "37",