-
Notifications
You must be signed in to change notification settings - Fork 20
ignored:list #391
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
ignored:list #391
Conversation
| import { AuthStrategy } from '@salesforce/cli-plugins-testkit/lib/hubAuth'; | ||
| import { SourceIgnoredResults } from '../../src/commands/force/source/ignored/list'; | ||
|
|
||
| describe('force:source:ignored:list', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we test the "no ignored files" possibility?
| "flags": { | ||
| "sourcepath": "file or directory of files that the command checks for foreceignored files" | ||
| }, | ||
| "invalidSourcePath": "File or directory '%s' doesn't exist in your project. Specify one that exists and rerun the command." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this message used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call...not anymore. SDR is gonna handle that
|
QA: ❌ |
|
QA: |
What does this PR do?
the last of the source commands from toolbelt
What issues does this PR fix or reference?
@W-10449080@