Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix chalk error when using aws-sdk-client-mock-jest package for vitest #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cawofeso
Copy link

@cawofeso cawofeso commented Nov 1, 2024

This is a fix in response to issue 243 where when using aws-sdk-client-mock-jest package version 4.1.0 one gets an error that Chalk is not a constructor.

As chalk is being used in the vitest.ts file it needs to be listed as a dependency (instead of a dev dependency)

@EHadoux
Copy link

EHadoux commented Nov 29, 2024

Any chance this could be merged? @m-radzikowski

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants