Skip to content
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

Use create-jest-runner. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patrickdawson
Copy link

Problem described in #16 bugged me to.
Therefore I followed the recommendation I changed the implementation to use create-jest-worker. I hope I didn't get it wrong but all tests are running and my own problems with the original implementation are gone as well.

Removed own worker pool implementation.
@patrickdawson
Copy link
Author

Note quite sure why tests on node 4 are failing. I don't see how I changed something that affects expect.

@ljharb
Copy link
Collaborator

ljharb commented Jan 25, 2019

Jest aggressively drops support for older nodes, including node 4, so it probably won’t work there.

@jehy
Copy link

jehy commented Jan 30, 2020

This PR looks great, may be it's time to merge this PR, drop node8- support, use latest mocha, get rid of babel and release a new major version?

Anyone who still uses old node version will still be able to use older runner branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants