-
Notifications
You must be signed in to change notification settings - Fork 45
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
Assertion error when starting wallaby #1124
Comments
The issue doesn't seem to be wallaby specific. It actually may not even be specific to your tests, but may also come up in your app at some point. According to this, it happens when there's memory corruption in node because of some native modules that you may be using (wallaby itself doesn't use any native modules). I'd suggest trying to exclude some native modules in question, and see it it helps. If it does, then I'd perhaps report the issue to that module repo. |
Thank you, sorry for the misplaced issue |
No worries at all, please let me know if you find the module that is causing the issue, I'm interested to know what it was. |
It ended up being related to a deasync library being called in |
Issue description or question
When I start wallaby I am sometimes given an error:
This appears to happen when there is also some syntax or other error in my code.
Wallaby.js configuration file
Code editor or IDE name and version
Visual Studio Code v1.11.2
OS name and version
OSX 10.12.3
The text was updated successfully, but these errors were encountered: