(schema)
| 497 | |
| 498 | it('global plugins recompile schemas (gh-7572)', function() { |
| 499 | function helloPlugin(schema) { |
| 500 | schema.virtual('greeting').get(() => 'hello'); |
| 501 | } |
| 502 | |
| 503 | const m = new Mongoose(); |
| 504 |
nothing calls this directly
no test coverage detected
searching dependent graphs…