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

Storybook and Jest Slowness #39

Closed
narr opened this issue Jul 18, 2018 · 1 comment
Closed

Storybook and Jest Slowness #39

narr opened this issue Jul 18, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@narr
Copy link
Owner

narr commented Jul 18, 2018

Storybook; Slowness and HMR doesn't work
Jest: currently, there are slowness issue when it uses jest 23.4.1 and ts-jest 23.0.1.
So downgrade the version to 22.

For above issues, check this PR

@narr narr closed this as completed Jul 18, 2018
@narr
Copy link
Owner Author

narr commented Aug 2, 2019

To fix this on Jest 24, Use --runInBand.
e.g. jest --config=./scripts/jest/config.js --runInBand --watch

ref.
jestjs/jest#6783 (comment)

@narr narr added the bug Something isn't working label Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant