Is it okay that a lot of tests are failing on the latest main
?
#3040
-
I'm considering contributing to the this project and so I forked the repo and ran the tests with
Is this okay? How would I know that my code does not break anything? Should I only run the tests that are related to the part of the codebase I have made changes to? Or am I just doing something wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
Odd, mind sharing maybe a couple of the failures your are seeing? The tests should be passing on main. What version of node are you running with? |
Beta Was this translation helpful? Give feedback.
-
As @snowystinger suggested here I recloned the repo and switched to node@v16 and it solved the problem. |
Beta Was this translation helpful? Give feedback.
-
Hmm same for me, lot's of failing tests, was trying node v16.14.0, v18.15.0 yarn 1.22.19 on M1 Mac running for example
build also is not working 🤷♂️
|
Beta Was this translation helpful? Give feedback.
As @snowystinger suggested here I recloned the repo and switched to node@v16 and it solved the problem.