(trip)
| 1290 | } |
| 1291 | |
| 1292 | function getPopulatedLocationIds(trip) { |
| 1293 | return trip.populated('stops.location').map(id => id.toString()); |
| 1294 | } |
| 1295 | }); |
| 1296 | |
| 1297 | it('clones subdoc when same subdoc reference appears multiple times in array (gh-15973)', async function() { |
no test coverage detected