Skip to content

Commit f93951f

Browse files
committed
chore: remove chai, docs
1 parent db687d4 commit f93951f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ MongoDB welcomes community contributions! If you’re interested in making a con
1515
1. Add comments around your new code that explain what's happening
1616
1. Commit and push your changes to your branch then submit a pull request
1717

18+
## Running Tests on VSCode
19+
You can use the `mongosh.code-workspace` file along with the [Mocha Test Explorer](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-mocha-test-adapter) to run and debug tests in VSCode UI.
20+
1821
## Bugs
1922

2023
You can report new bugs by

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@
134134
"webpack-bundle-analyzer": "^4.7.0",
135135
"webpack-cli": "^6.0.1",
136136
"which": "^2.0.2",
137-
"yaml": "^1.10.0",
138-
"chai-as-promised": "^8.0.2"
137+
"yaml": "^1.10.0"
139138
},
140139
"optionalDependencies": {
141140
"lerna": "^8.1.8"

testing/dummy.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is just a dummy test for make Mocha test explorer work.
1+
// This is just a dummy test to make Mocha Test Explorer work.
22
// Should be removed as part of testing refactoring.
33
/* eslint-disable @typescript-eslint/ban-ts-comment */
44
// @ts-ignore

0 commit comments

Comments
 (0)