(name)
| 1541 | ])); |
| 1542 | |
| 1543 | function saveObservedOptionsForHook(name) { |
| 1544 | User.observe(name, (ctx, next) => { |
| 1545 | observedOptions.push(Object.assign({hook: name}, ctx.options)); |
| 1546 | next(); |
| 1547 | }); |
| 1548 | } |
| 1549 | }); |
| 1550 | |
| 1551 | function givenUserIdAndPassword() { |
no test coverage detected
searching dependent graphs…