(msg)
| 66 | |
| 67 | // Return a validation object for use with assert.rejects |
| 68 | function assertErrorMessage(msg) { |
| 69 | return { name: 'InvalidOption', message: msg }; |
| 70 | } |
| 71 | |
| 72 | // For cases where validation should pass we reach a real backup that hits a 404 |
| 73 | // mock for a DatabaseNotFound, so that it is the expected in the case assertNoValidationError |
no outgoing calls
no test coverage detected
searching dependent graphs…