diff --git a/test/api/DefaultApi.spec.js b/tests/api/DefaultApi.ts similarity index 99% rename from test/api/DefaultApi.spec.js rename to tests/api/DefaultApi.ts index 58c3d33..cf9ae16 100644 --- a/test/api/DefaultApi.spec.js +++ b/tests/api/DefaultApi.ts @@ -1,4 +1,6 @@ /** + * Converted from mocha to vitest and refactored to TypeScript by David A. Ball. (c) 2024. + * * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License").