feat(openapi): integrate openapi directly into the repo.

This commit is contained in:
2024-06-15 16:21:45 +02:00
parent 5c0e4c6b90
commit d90be18e74
6 changed files with 25305 additions and 25 deletions

View File

@ -36,7 +36,7 @@ const testserver = tap.test('should be able to create a server', async (toolsArg
tap.test('should be able to delete a server', async () => {
const testServer: hetznercloud.HetznerServer =
await (testserver.testResultPromise as Promise<hetznercloud.HetznerServer>);
// await testServer.delete();
await testServer.delete();
});
tap.start();