-
Notifications
You must be signed in to change notification settings - Fork 38
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
Laika broke with 0.8.1 #117
Comments
Perhaps this is from a change with 'css-stringify'. |
Hey Adam please take a look at issue #77 that was closed a while ago. I wonder if third test failing is related to this somehow? Adding in server side evals which do nothing on each test that uses only client calls allows the tests to pass, but they take around 1.3 seconds to complete which is pretty long. |
@Linskeyd I just tried that but it doesn't make a difference. However.... while trying that, one time I started up passing: client tests fail: |
@AdamBrodzinski It worked for me too!! Thanks 😄 |
After i've updated my app to 0.8.1.1, my tests hang and timeout. I can make them pass by changing
.meteor/release
to 0.8.0.1. From what I can tell, it's only affected by the client tests.I've also replicated this by cloning down hello-laika. I pasted the output below:
change release back to 0.8.0.1
I hope this helps!
The text was updated successfully, but these errors were encountered: