-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Make test-worker process independent #1576
Comments
I don't think we're ready to settle on any kind of stable interface to the workers, or indeed making these low-level parts extensible, sorry. The best bet at this stage is to use the CLI. The (Closing now to keep the issue count down, but please feel free to continue the discussion.) |
I think it might. My idea is to make the |
@unional Agreed. That's how it should work. Feel free to explore this. |
ava@0.23
I am trying to work on a vscode extension to support debugging with AVA+TypeScript.
I looked at
profile.js
and IMO it hacks around to fooltest-worker
that it is working on a child process.Would you take a PR to make
test-worker
communicates using events and the current consuming code have an adapter between the event emitter and the process?The text was updated successfully, but these errors were encountered: