We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
karma completion
karma completion should return the bash completion script as described by karma --help and `karam completion --help
karma --help
karma --help should not list the karma completion command anymore
karma completion { Error: ENOENT: no such file or directory, open '(...absolute path to...)/karma/scripts/karma-completion.sh' at Error (native) errno: -2, code: 'ENOENT', syscall: 'open', path: '(...absolute path to...)/karma/scripts/karma-completion.sh' }
karma --version
karma.config.js
The .npmignore file ignore scriptsdirectory
scripts
The text was updated successfully, but these errors were encountered:
Thank you for the report
Sorry, something went wrong.
fix(cli): restore shell completion in the npm package
f56b5a5
Restore scripts from .npmignore to fix karma completion command Closes #2351
Successfully merging a pull request may close this issue.
Expected behaviour
karma completion
should return the bash completion script as described bykarma --help
and `karam completion --helpkarma --help
should not list thekarma completion
command anymoreActual behaviour
Environment Details
karma --version
): 1.2.0karma.config.js
file: not relevantSteps to reproduce the behaviour
karma --help
(see the listed karam completion command)karma completion
Reason
The .npmignore file ignore
scripts
directoryThe text was updated successfully, but these errors were encountered: