()
| 147 | }); |
| 148 | |
| 149 | function givenAppWithNoRestrictions() { |
| 150 | return givenAppWithUser({ |
| 151 | rejectPasswordChangesViaPatchOrReplace: false, |
| 152 | restrictResetPasswordTokenScope: false, |
| 153 | }); |
| 154 | } |
| 155 | }); |
| 156 | |
| 157 | function givenAppWithUser(userSettings) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…