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

Aucompletion for jest-cli #4142

Closed
wants to merge 1 commit into from
Closed

Aucompletion for jest-cli #4142

wants to merge 1 commit into from

Conversation

Hunsu
Copy link
Contributor

@Hunsu Hunsu commented Jun 18, 2017

No description provided.

complete -f -c jest -l transform -d 'A JSON string which maps from regular expressions to paths to transformers'
complete -f -c jest -l transformIgnorePatterns -d 'Regexp patterns that are matched against all source file paths before transformation'
complete -f -c jest -l unmockedModulePathPatterns -d 'a regex pattern of module to unmock'
complete -f -c jest -l updateSnapshot -s -u -d 'Use this flag to re-record snapshots'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the -u? The documentation says it is deprecated and ignored.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is the short option for updateSnapshot. I forgot to remove '-'. I also forgot to add -d for some options. I fixed it.

@krader1961
Copy link
Contributor

Merged as commit d234a18.

@krader1961 krader1961 closed this Jun 20, 2017
@krader1961 krader1961 added this to the fish 2.7.0 milestone Jun 20, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants