-
Notifications
You must be signed in to change notification settings - Fork 9
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: Update CI for v4 #168
Conversation
This reverts commit 63c065b.
@diervo when you have some time, please look into this. The tests keep failing when running on the CI, but will work if I ssh into the box and run them. Different tests are failing each time, but they all seem to have to do with running out of memory. I tried running with I have looked at a bunch of issues online from jest or circleci, but still have not found anything that really works. I think there may be an issue with node 10 but I am really not sure. |
This reverts commit 08a1acb.
Details
Fixes tests that were previously failing after redesign. Also moves to a projects config for Jest to work with frontend lwc tests.