We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17c4ec3 + 6401884 commit 9417424Copy full SHA for 9417424
.mocharc.yml
@@ -2,3 +2,7 @@ reporter: spec # better to identify failing / slow tests than "dot"
2
ui: bdd # explicitly setting, even though it is mocha default
3
require:
4
- test/mocha-fixtures.js
5
+extension:
6
+ - test.js
7
+watch-files:
8
+ - test/**/*.js
package.json
@@ -130,14 +130,6 @@
130
},
131
"homepage": "https://mongoosejs.com",
132
"browser": "./dist/browser.umd.js",
133
- "mocha": {
134
- "extension": [
135
- "test.js"
136
- ],
137
- "watch-files": [
138
- "test/**/*.js"
139
- ]
140
- },
141
"config": {
142
"mongodbMemoryServer": {
143
"disablePostinstall": true
0 commit comments