(message: string)
| 58 | } |
| 59 | |
| 60 | const notFound = (message: string) => new TestWorkOSVaultNotFoundError({ message, status: 404 }); |
| 61 | |
| 62 | const conflict = (message: string) => new TestWorkOSVaultConflictError({ message, status: 409 }); |
| 63 |
no outgoing calls
no test coverage detected