(projectId: string, serviceId: string, databaseId: string)
| 32 | } |
| 33 | |
| 34 | async function cleanUpService(projectId: string, serviceId: string, databaseId: string) { |
| 35 | await client.deleteService(`projects/${projectId}/locations/us-central1/services/${serviceId}`); |
| 36 | await deleteDatabase(projectId, "dataconnect-test", databaseId); |
| 37 | } |
| 38 | |
| 39 | async function list() { |
| 40 | return await cli.exec( |
no test coverage detected
searching dependent graphs…