()
| 56 | |
| 57 | // Already in canonical identifier form, so the name round-trips unchanged. |
| 58 | const freshConnectionName = () => ConnectionName.make(`conn${randomBytes(4).toString("hex")}`); |
| 59 | |
| 60 | scenario( |
| 61 | "Connections · a stored credential round-trips as metadata and never echoes its value", |
no test coverage detected