Skip to content

Commit

Permalink
chore: mocha clean up in utils-vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
gbockus-sf committed Oct 20, 2023
1 parent 88a94ab commit 3b97788
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
15 changes: 0 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions packages/salesforcedx-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,13 @@
"tree-kill": "^1.1.0"
},
"devDependencies": {
"@salesforce/ts-sinon": "1.4.0",
"@types/chai": "4.3.3",
"@types/cross-spawn": "6.0.0",
"@types/jest": "^29.5.5",
"@types/mocha": "^5",
"@types/node": "^18.11.9",
"@types/proxyquire": "1.3.28",
"@types/shelljs": "0.7.9",
"@types/sinon": "^2.3.7",
"@types/vscode": "^1.61.2",
"chai": "^4.0.2",
"jest": "^29.7.0",
"mocha": "^10",
"mocha-junit-reporter": "^1.23.3",
"mocha-multi-reporters": "^1.1.7",
"mock-spawn": "0.2.6",
"nyc": "^15",
"proxyquire": "2.1.3",
"request-light": "^0.7.0",
"shelljs": "0.8.5",
"sinon": "^13.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand All @@ -55,11 +41,5 @@
"clean": "shx rm -rf node_modules && shx rm -rf out && shx rm -rf coverage && shx rm -rf .nyc_output",
"test:unit": "jest --coverage",
"coverage": "jest --coverage"
},
"nyc": {
"reporter": [
"text-summary",
"lcov"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"devDependencies": {
"@types/node": "^18.11.9",
"nyc": "^15",
"shx": "0.3.4"
},
"scripts": {
Expand Down

0 comments on commit 3b97788

Please sign in to comment.