(prop)
| 7802 | it('setting path to non-POJO object (gh-7639)', function() { |
| 7803 | class Nested { |
| 7804 | constructor(prop) { |
| 7805 | this.prop = prop; |
| 7806 | } |
| 7807 | } |
| 7808 | |
| 7809 | const schema = new Schema({ nested: { prop: String } }); |
nothing calls this directly
no outgoing calls
no test coverage detected