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

avoid clearing jest cache on yarn install #316

Open
sibelius opened this issue Jul 29, 2024 · 0 comments · May be fixed by #317
Open

avoid clearing jest cache on yarn install #316

sibelius opened this issue Jul 29, 2024 · 0 comments · May be fixed by #317
Labels
feature request Request a new feature

Comments

@sibelius
Copy link

Is your feature request related to a problem? Please describe.

remove jest clearCache from jest-preview

jest-preview clears the jest cache what makes our jest tests slower

Describe the solution you'd like

remove the post install script

Describe how should jest-preview implements this feature

just remove the post install

Describe alternatives you've considered

patch package

Additional context

we cache jest over ci/cd to make jest a bit faster

@sibelius sibelius added the feature request Request a new feature label Jul 29, 2024
sibelius added a commit to sibelius/jest-preview that referenced this issue Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant