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.
1 parent 97dadf0 commit 6308686Copy full SHA for 6308686
test/docs/cast.test.js
@@ -136,7 +136,7 @@ describe('Cast Tutorial', function() {
136
'strictQuery is \'throw\'.');
137
// acquit:ignore:end
138
});
139
-
+
140
it('strictQuery removes casted empty objects', async function() {
141
mongoose.deleteModel('Character');
142
const schema = new mongoose.Schema({ name: String, age: Number }, {
0 commit comments