(prop: string)
| 132 | }) |
| 133 | |
| 134 | function prototypeHasOwn(prop: string): boolean { |
| 135 | return Object.prototype.hasOwnProperty.call(Object.prototype, prop) |
| 136 | } |
| 137 | |
| 138 | describe(`select() alias prototype pollution`, () => { |
| 139 | let users: ReturnType<typeof createUsers> |
no outgoing calls
no test coverage detected
searching dependent graphs…