Add mocha dependencies (#14562)

This commit is contained in:
Charles Gagnon
2021-03-04 16:30:39 -08:00
committed by GitHub
parent 8e07a6f239
commit 4e1c7decde
4 changed files with 14 additions and 0 deletions

View File

@@ -374,8 +374,10 @@
"xmldom": "^0.3.0"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/sinon": "^9.0.4",
"@types/xmldom": "^0.1.29",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1",