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 8d09a20 + a38203c commit b73af8dCopy full SHA for b73af8d
test/plugin.idGetter.test.js
@@ -44,7 +44,7 @@ describe('id virtual getter', function() {
44
var db = start();
45
46
var schema = new Schema({
47
- id: String,
+ id: String
48
});
49
50
var S = db.model('NoIdGetter', schema);
0 commit comments