jest
jest copied to clipboard
Create a Dockerfile for contributing
🚀 Dockerfile for contributing to Jest
Create a DockerFile to run jest.
Motivation
It would be nice to have a option to run Jest with a one-click command instead of having to do any manual setup.
- I'd be happy to create a DockerFile for Jest and matching documentation.
Example
I imagine something along the lines of this (may not be semantically correct):
docker build . /
docker run jest
Pitch
- Make contributing easier & faster by removing manual setup (installing, having to deal with differences between Node versions, yarn, OS differences, etc.)
- Allow all contributors to develop Jest in the exact same environment to reduce the number of platform-specific bugs.
sure, no reason not to, methinks. feel free to open up a PR 🙂
@SimenB I can do it.
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 14 days.
@SimenB Hi, is this issue still open? I see that there's been a PR open for a few years. Would love to take it on if it is.
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.
Hi @SimenB, is anyone working on this issue? if no please assign it to me I can do it.
I would like to work on this issue
hey can i work on this issue @Alex-Cannon
I would like to work on this issue!
@Alex-Cannon if no one is working on this issue, I'd like to work on it
is this issue still open?
is it still open ?
I will like to work on this issue
I would love to work on this issue,Can u assign me
@SimenB
From what I can find, the docker file was almost done in #13009, but was held back because yarn watch
command was not working.
Would it be of interest if I try to make it work with docker compose watch
?