Remove ApiWrapper from sql-database-projects (#11345)

* Remove ApiWrapper

* fix compile error

* Use .resolves

* Check error messages

* Check for not called

* FIx global beforeEach/afterEach
This commit is contained in:
Charles Gagnon
2020-07-15 14:02:33 -07:00
committed by GitHub
parent c7799168b0
commit f4a4127471
11 changed files with 753 additions and 867 deletions

View File

@@ -315,10 +315,12 @@
"xmldom": "^0.3.0"
},
"devDependencies": {
"@types/sinon": "^9.0.4",
"@types/xmldom": "^0.1.29",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1",
"sinon": "^9.0.2",
"tslint": "^5.8.0",
"typemoq": "^2.1.0",
"typescript": "^2.6.1",