(prop)
| 7157 | it('setting path to non-POJO object (gh-7639)', function() { |
| 7158 | class Nested { |
| 7159 | constructor(prop) { |
| 7160 | this.prop = prop; |
| 7161 | } |
| 7162 | } |
| 7163 | |
| 7164 | const schema = new Schema({ nested: { prop: String } }); |
nothing calls this directly
no outgoing calls
no test coverage detected