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

Set up argument parsing in CLI #32

Closed
shilman opened this issue Jan 25, 2022 · 1 comment
Closed

Set up argument parsing in CLI #32

shilman opened this issue Jan 25, 2022 · 1 comment
Labels
feature request New feature or request linear

Comments

@shilman
Copy link
Member

shilman commented Jan 25, 2022

We currently support all Jest CLI arguments and pass them directly to Jest.

Per @ghengeveld 's suggestion, let's prune these down to the set that we want to support. That way if users want other options, they can make feature requests and we can add them as we see fit.

Being more disciplined about this helps us understand which features users want, and also allows us to switch off Jest in the future should we see fit.

@shilman shilman added feature request New feature or request linear labels Jan 25, 2022
@shilman shilman mentioned this issue Jan 28, 2022
3 tasks
@yannbf
Copy link
Member

yannbf commented Feb 3, 2022

Fixed in #41

@yannbf yannbf closed this as completed Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request linear
Projects
None yet
Development

No branches or pull requests

2 participants