### Self-service - [ ] I'd be willing to implement this feature ### Problem Refer https://github.com/aws/aws-sdk-js-codemod/issues/949. File https://github.com/aws/aws-sdk-js-codemod/blob/62bb86465bf2aa27cd645abda4f43748cc0fb6cd/src/transforms/v2-to-v3/__fixtures__/new-client/global-import.output.js#L241 generated by running `generate:tests` has incorrect `import { MemoryDB } from "@aws-sdk/client-memory-db"`. Looks like this is not tested. ### Solution Add a test doing checks with `npm` for verifying the presence of package. ### Alternatives N/A ### Additional context _No response_