-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Pending items for the runner #4370
Comments
I think a really useful thing would be to move https://github.com/rogeliog/create-jest-runner/blob/master/lib/createJestRunner.js into Jest proper. There are a couple of PRs there (jest-community/create-jest-runner#5 and jest-community/create-jest-runner#6) that would have been gotten for free if the factory lived in Jest (and even the freshly landed #5860). I think only the path to the function executing "tests" (https://github.com/facebook/jest/blob/1a487c1803124c594bdd86ee24b5949025660bc3/packages/jest-runner/src/index.js#L23 in Jest's case) needs to be injected, then it would be mostly the same API. (note that the helpers of create-jest-runner would still remain there, it's just the factory creating an actual runner that would be moved) |
I think this is a really interesting idea |
Docs is already there, only the configuration left, so I'll close this umbrella issue :) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
There are a couple of pending items
runner
optionrunnerConfig
option to configure runners #4278The text was updated successfully, but these errors were encountered: