-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
browser-run 2.6.0 broken #28
Comments
what browser is that in? can you also post a reproducible testcase? |
the new version using electron fixes a lot of issues, this should be gone |
Sorry, this still fails for me. I couldn't, however, create the small example because the small one works. Maybe it's some babelification issue. But maybe you'll be able to guess out of this:
This code fragment fails with |
where is this snippet from? |
It's from |
and which browser are you using? |
Chrome. |
hmm, i can't find a way to reproduce unfortunately |
I was able to reproduce this in both Chrome and Electron:
Successful tests work okay. It's only when an assertion fails or a test throws that the problem occurs. It still seems to be a problem in 3.2.0. I also get an additional error: |
There seems to be some kind of race condition between Could the tape tests be throwing errors before |
@geekytime great investigate work! can you post what you wrote to test this bug here? |
My example was all bound up in my tests for my project, and then I went on vacation. 😄 I can take another look in the next few days, and see if I can whip up a small example project. |
It fails with:
2.5.0 works
The text was updated successfully, but these errors were encountered: