From 1f5245eb438b51b06162b0b7f988d09ac3e737a0 Mon Sep 17 00:00:00 2001 From: David Ball Date: Wed, 17 Jul 2024 18:22:59 -0400 Subject: [PATCH] Moved tests from test/ to tests/. --- test/api/DefaultApi.spec.js => tests/api/DefaultApi.ts | 2 ++ 1 file changed, 2 insertions(+) rename test/api/DefaultApi.spec.js => tests/api/DefaultApi.ts (99%) 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").