This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
FATAL ERROR: v8::FromJust Maybe value is Nothing. #2947
Labels
You can continue the conversation there. Go to discussion →
Description
I’m currently migrating a test suite with ~100 tests from Mocha to AVA. Writing those tests is a breeze, but unfortunately the more tests I write, the more I run into the following exception:
Additional details
In basically every test I’m booting a new WebSocket server, and connecting with a client. The WebSocket server is bound to port 0, which eventually is picking a random free high port.
The exception is thrown:
Questions
Chances are I’m the bug here, or the way I write the tests. But I can’t really get anything from that error message.
Any help is appreciated.
Dependencies
package.json
I’m too stupid to get the AVA version (maybe because I’m working with npm workspaces), but it’s latest:
The text was updated successfully, but these errors were encountered: